Skip to content

Commit fc82241

Browse files
author
Christian Strappazzon
committed
Merge branch 'master' into sponsors
2 parents 92205f7 + ca97fd3 commit fc82241

File tree

3 files changed

+56
-46
lines changed

3 files changed

+56
-46
lines changed

assets/css/pymi.css

Lines changed: 56 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,56 @@
1-
/* Meetup calendario evento */
2-
3-
#next-meetup {
4-
position:relative;
5-
width: 570px;
6-
}
7-
8-
#calendar {
9-
float:left;
10-
margin: 35px 15px 15px 15px;
11-
font-weight: bold;
12-
border: 2px solid black;
13-
}
14-
15-
#month {
16-
position: relative;
17-
left: 0;
18-
top: 0;
19-
margin: 0;
20-
padding: 10px 15px;
21-
color: #fff;
22-
background-color: #BC0000;
23-
border-bottom: 2px solid black;
24-
font-size: 15px;
25-
}
26-
27-
#day {
28-
font-size: 44px;
29-
}
30-
31-
/* Sponsor */
32-
#sponsor {
33-
list-style: none;
34-
}
35-
36-
#sponsor li {
37-
float: left;
38-
margin: 10px;
39-
}
40-
41-
#sponsor img {
42-
height: auto;
43-
width: auto;
44-
max-width: 150px;
45-
max-height: 80px;
46-
}
1+
/* Meetup calendario evento */
2+
3+
#next-meetup {
4+
position:relative;
5+
width: 570px;
6+
}
7+
8+
#calendar {
9+
float:left;
10+
margin: 35px 15px 15px 15px;
11+
font-weight: bold;
12+
border: 2px solid black;
13+
}
14+
15+
#month {
16+
position: relative;
17+
left: 0;
18+
top: 0;
19+
margin: 0;
20+
padding: 10px 15px;
21+
color: #fff;
22+
background-color: #BC0000;
23+
border-bottom: 2px solid black;
24+
font-size: 15px;
25+
}
26+
27+
#day {
28+
font-size: 44px;
29+
}
30+
31+
/* Sponsor */
32+
#sponsor {
33+
list-style: none;
34+
}
35+
36+
#sponsor li {
37+
float: left;
38+
margin: 10px;
39+
}
40+
41+
#sponsor img {
42+
height: auto;
43+
width: auto;
44+
max-width: 150px;
45+
max-height: 80px;
46+
}
47+
48+
@media (max-width: 512px) {
49+
#next-meetup {
50+
width: 100%;
51+
text-align: center;
52+
}
53+
#meetup,
54+
#calendar {
55+
display: block;
56+
}

assets/images/gt_favicon.png

-140 Bytes
Loading

assets/images/logo.png

-3.95 KB
Loading

0 commit comments

Comments
 (0)