Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Commit 7b038f3

Browse files
committed
Import meetups component and adjust image responsiveness
1 parent e95636a commit 7b038f3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

source/stylesheets/site.css.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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;

0 commit comments

Comments
 (0)