Skip to content

Commit ca97fd3

Browse files
committed
Merge pull request #4 from PythonMilano/graphics
Graphics: "new logo" and media queries
2 parents 56c180c + 00d8658 commit ca97fd3

File tree

3 files changed

+11
-0
lines changed

3 files 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+

assets/images/gt_favicon.png

-140 Bytes
Loading

assets/images/logo.png

-3.95 KB
Loading

0 commit comments

Comments
 (0)