Moved sass

This commit is contained in:
Oliver Davies 2015-08-08 23:56:13 +01:00
parent 2a82ee100b
commit e3e208642d
15 changed files with 1 additions and 1 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;
}
}