About author styling
This commit is contained in:
parent
d81cd0ab98
commit
f0d1a64588
File diff suppressed because one or more lines are too long
8
source/assets/sass/components/_about-author.scss
Normal file
8
source/assets/sass/components/_about-author.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
.about-author {
|
||||
@include clearfix;
|
||||
|
||||
img {
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
}
|
Reference in a new issue