Skip to content

Commit 7cbf201

Browse files
authored
Fix Replace All (#16)
1 parent 7791353 commit 7cbf201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
}
2525

26-
@media (min-width: 575px) {
26+
@media (min-width: 576px) {
2727
footer li + li::before {
2828
content: '•';
2929
margin-right: 0.3rem;

0 commit comments

Comments
 (0)