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/sass/partials/_blog-post.scss

9 lines
94 B
SCSS
Raw Normal View History

2015-05-29 09:45:32 +00:00
.about-author {
2015-06-14 02:27:41 +00:00
@include clearfix;
2015-05-29 09:45:32 +00:00
2015-06-14 02:27:41 +00:00
img {
float: left;
margin: 0 1em 1em 0;
}
}