Meetup styling

This commit is contained in:
Oliver Davies 2015-06-16 17:16:40 +01:00
parent 15481e518b
commit cb2d837100
2 changed files with 15 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,4 +4,18 @@
ul {
@include inline-block-list;
}
li {
outline: 1px dotted red;
margin: 0 5px 5px 0;
}
a {
display: block;
}
img {
max-height: 50px;
width: auto;
}
}