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/source/assets/sass/components/_about-author.scss

8 lines
107 B
SCSS
Raw Normal View History

2015-05-29 09:45:32 +00:00
.about-author {
2015-06-06 16:21:24 +00:00
@include clearfix;
2015-05-29 09:45:32 +00:00
2015-06-06 16:21:24 +00:00
img {
float: left;
margin: 0 1em 1em 0;
}
2015-05-29 09:45:32 +00:00
}