mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-24 19:17:12 +00:00
Merge pull request #48 from tobru/master
Bugfix .author-photo vs .author-photo width
This commit is contained in:
commit
6eaf120bec
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