mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Bugfix .author-photo vs .author-photo width
The author-photo is 150px, but the entry-meta div only 140px. This squeezes the author photo by 10px and makes it look strange.
This commit is contained in:
parent
87827b5a05
commit
64618719e7
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ span + .entry-title {
|
||||||
a { color: @text-color; }
|
a { color: @text-color; }
|
||||||
@media @large {
|
@media @large {
|
||||||
float: left;
|
float: left;
|
||||||
width: 140px;
|
width: 150px;
|
||||||
margin: 0 40px 40px 0;
|
margin: 0 40px 40px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue