We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd6094 commit a84a029Copy full SHA for a84a029
style.css
@@ -185,18 +185,24 @@ body > footer {
185
text-decoration: none;
186
}
187
188
-/* Cards Grid */
+/* Tiles Grid */
189
.cards-grid {
190
display: grid;
191
column-gap: 1rem;
192
grid-template-columns: repeat(2, 1fr);
193
margin-bottom: 3rem;
194
- margin-left: Opx;
195
- margin-right: Opx;
+ margin-left: 0;
+ margin-right: 0;
196
margin-top: 0.5rem;
197
row-gap: 1rem;
198
199
200
+@media (max-width: 768px) {
201
+ .cards-grid {
202
+ grid-template-columns: 1fr;
203
+ }
204
+}
205
+
206
/* Tiles */
207
.tile {
208
margin: 1rem;
0 commit comments