This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/styles/components/_meetups.scss

25 lines
330 B
SCSS
Raw Normal View History

2015-06-16 15:28:30 +00:00
.meetups {
2015-12-24 08:13:16 +00:00
@include clearfix;
2015-06-16 15:28:30 +00:00
2015-12-24 08:13:16 +00:00
ul {
2016-01-08 01:44:44 +00:00
list-style: none;
padding-left: 0;
2016-01-08 01:44:44 +00:00
margin-left: 0;
2015-12-24 08:13:16 +00:00
}
2015-06-16 16:16:40 +00:00
2015-12-24 08:13:16 +00:00
li {
2016-01-08 01:44:44 +00:00
display: inline-block;
2015-12-24 08:13:16 +00:00
padding: 5px 0;
margin: 0 5px 5px 0;
}
2015-06-16 16:16:40 +00:00
2015-12-24 08:13:16 +00:00
a {
display: block;
}
2015-06-16 16:16:40 +00:00
2015-12-24 08:13:16 +00:00
img {
2016-01-06 05:25:47 +00:00
max-height: 40px;
2015-12-24 08:13:16 +00:00
width: auto;
}
2015-06-16 15:28:30 +00:00
}