File tree Expand file tree Collapse file tree 3 files changed +56
-46
lines changed
Expand file tree Collapse file tree 3 files changed +56
-46
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments