Skip to content

Commit 1ada95b

Browse files
authored
Update large.css
1 parent d96af53 commit 1ada95b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/large.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* 64em is also 1028px (if basefont is 16px) */
2-
@media only screen and (min-width: 64rem) {
3-
2+
/* @media only screen and (min-width: 64rem) { */
3+
@media only screen and (min-width: 35rem) {
44
header, nav, main, footer {
55
max-width: 64rem;
66
margin: auto;
@@ -56,4 +56,4 @@ form label.sbs {
5656

5757
/*----------- FOOTER --------------*/
5858

59-
} /* end of media query */
59+
} /* end of media query */

0 commit comments

Comments
 (0)