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 f86fef2 commit bb83472Copy full SHA for bb83472
src/assets/App.css
@@ -110,4 +110,18 @@ h3 {
110
padding: 14px 30px;
111
color: black;
112
}
113
-
+@media screen {
114
+ @media (min-width: 500px) {
115
+ .Page {
116
+ padding: 30px 100px 0px;
117
+ }
118
+ .Page__grid {
119
+ grid-template-columns: repeat(2, 1fr);
120
121
122
+ @media (min-width: 849px) {
123
124
+ grid-template-columns: repeat(4, 1fr);
125
126
127
+}
0 commit comments