This repository was archived by the owner on Mar 22, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title: "Meetups"
3+ responsive: true
34---
45
56< h1 > Meetups Around the World</ h1 >
Original file line number Diff line number Diff line change 1+ body .community_meetups_index.responsive > #content-wrapper {
2+ width : 100% ;
3+ max-width : 960px ;
4+ margin : 0 auto ;
5+ }
6+
7+ body .community_meetups_index.responsive #content {
8+ width : 90% ;
9+ }
10+
11+ @media screen and (max-width : 460px ) {
12+ .meetups .columns {
13+ margin : 0 ;
14+ }
15+
16+ .meetups tr {
17+ width : 100% ;
18+ display : block ;
19+ }
20+
21+ .meetups td {
22+ width : 100% ;
23+ display : block ;
24+ }
25+ }
Original file line number Diff line number Diff line change 2121@import ' components/security' ;
2222@import ' components/sponsors' ;
2323@import ' components/logos' ;
24+ @import ' components/meetups' ;
2425
2526@mixin width-for-columns ($cols ) {
2627 width : $cols * $col-width + ($cols - 1 ) * $col-spacing ;
@@ -1366,6 +1367,12 @@ body.community_meetups #content {
13661367 width : 221px ;
13671368 height : 185px ;
13681369 margin : -35px 20px 0 auto ;
1370+
1371+ @media screen and (max-width : 460px ) {
1372+ float : none ;
1373+ width : 100% ;
1374+ background-repeat : no-repeat ;
1375+ }
13691376 }
13701377 p {
13711378 text-align : left ;
You can’t perform that action at this time.
0 commit comments