Skip to content

Commit 7493ead

Browse files
committed
update screen width calc
1 parent 4c701d3 commit 7493ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiment/simulation/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* You CSS goes in here */
22

3-
@media (min-width:402px) {
3+
@media (min-width:642px) {
44
#toggle-button-menu {
55
display: none;
66
}
@@ -10,7 +10,7 @@
1010
}
1111
}
1212

13-
@media (max-width: 401px) {
13+
@media (max-width: 641px) {
1414

1515
.body-padding {
1616
padding-top: 100px;

0 commit comments

Comments
 (0)