We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c701d3 commit 7493eadCopy full SHA for 7493ead
experiment/simulation/css/main.css
@@ -1,6 +1,6 @@
1
/* You CSS goes in here */
2
3
-@media (min-width:402px) {
+@media (min-width:642px) {
4
#toggle-button-menu {
5
display: none;
6
}
@@ -10,7 +10,7 @@
10
11
12
13
-@media (max-width: 401px) {
+@media (max-width: 641px) {
14
15
.body-padding {
16
padding-top: 100px;
0 commit comments