Skip to content

Commit 3701bda

Browse files
authored
Merge pull request #4 from virtual-labs/dev
update screen width calc
2 parents 73cf6d6 + 7493ead commit 3701bda

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)