Skip to content

Commit 7dbbab3

Browse files
author
Cyrus Javan
committed
Adjust footer sitemap cutoff to 767px
1 parent a63d53c commit 7dbbab3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/App.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ p {
219219
width: 100%;
220220
height: auto;
221221
}
222-
}
223-
224-
@media only screen and (max-width: 575px) {
222+
225223
.show-on-sm {
226224
display: static;
227225
}
@@ -242,7 +240,7 @@ p {
242240
}
243241
}
244242

245-
@media only screen and (min-width: 576px) {
243+
@media only screen and (min-width: 768px) {
246244
.show-on-sm {
247245
display: none;
248246
}

0 commit comments

Comments
 (0)