Moved things

This commit is contained in:
Oliver Davies 2015-09-13 10:44:08 +01:00
parent dad3da5ce7
commit c37df83df7
29 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
.block--drupalcon_la {
img {
margin-bottom: .5em;
}
}

View file

@ -0,0 +1,21 @@
.meetups {
@include clearfix;
ul {
@include inline-block-list;
}
li {
padding: 5px 0;
margin: 0 5px 5px 0;
}
a {
display: block;
}
img {
max-height: 45px;
width: auto;
}
}