remove display:inline from full-name
This commit is contained in:
parent
45e75f3d48
commit
3385f23a40
|
@ -526,12 +526,10 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.full-name {
|
h3.full-name {
|
||||||
display: inline;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
a {color: $secondary_text_color;}
|
a {color: $secondary_text_color;}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue