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 588fc36 commit a046c3cCopy full SHA for a046c3c
css/menu.css
@@ -44,7 +44,7 @@
44
45
.menu-content-area{
46
display: grid;
47
-grid-template-columns:repeat(auto-fill,1fr);
+grid-template-columns:1fr;
48
grid-gap:2em;
49
}
50
@@ -81,16 +81,19 @@
81
82
83
84
-grid-template-columns:repeat(auto-fill,minmax(12em,1fr));
+grid-template-columns:repeat(2,1fr);
85
86
87
88
@media (min-width:900px){
89
.menu{
90
-width:calc(50vw-2em);
+width:calc(60vw-2em);
91
+max-height:calc(100vh-2em);
92
93
+}
94
- .menu-content-area{
-grid-template-columns:repeat(auto-fill,minmax(20em,1fr));
95
+@media (min-width:1100px){
96
+ .menu{
97
+width:calc(50vw-2em);
98
99
0 commit comments