Skip to content

Commit 00d8658

Browse files
author
Christian Strappazzon
committed
Media query for box 'next-meetup'
1 parent afa8001 commit 00d8658

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/css/pymi.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,14 @@
2828
font-size: 44px;
2929
}
3030

31+
@media (max-width: 512px) {
32+
#next-meetup {
33+
width: 100%;
34+
text-align: center;
35+
}
36+
#meetup,
37+
#calendar {
38+
display: block;
39+
}
40+
}
41+

0 commit comments

Comments
 (0)