Adjust size of author bio photo in footer
This commit is contained in:
parent
b24fec72e6
commit
9c8c6fc156
2 changed files with 3 additions and 1 deletions
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -379,6 +379,8 @@ body {
|
||||||
.bio-photo {
|
.bio-photo {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
|
max-width: 100px;
|
||||||
|
.rounded(150px);
|
||||||
}
|
}
|
||||||
.author-social {
|
.author-social {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue