About author styling

This commit is contained in:
Oliver Davies 2015-05-29 10:45:32 +01:00
parent d81cd0ab98
commit f0d1a64588
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,8 @@
.about-author {
@include clearfix;
img {
float: left;
margin: 0 1em 1em 0;
}
}