Skip to content

Commit 66c8a87

Browse files
committed
Fixed responsiveness for cards on small screens
1 parent 65e8e88 commit 66c8a87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,17 @@ footer {
11681168
}
11691169
}
11701170

1171+
@media (max-width: 380px) {
1172+
.event-grid {
1173+
display: block;
1174+
1175+
}
1176+
1177+
.event-card {
1178+
margin: 10px 0;
1179+
}
1180+
}
1181+
11711182
@media print {
11721183

11731184
.navbar,

0 commit comments

Comments
 (0)