mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
fixing cateogry alignment in docked header
This commit is contained in:
parent
3ce2077aa8
commit
c8af2ec8a2
1 changed files with 1 additions and 2 deletions
|
@ -565,7 +565,6 @@ video {
|
|||
|
||||
.badge-category {
|
||||
color: $header_primary;
|
||||
padding: 0 0 0 3px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
@ -581,7 +580,7 @@ video {
|
|||
.extra-info.has-category {
|
||||
h1 {
|
||||
line-height: 1.1em;
|
||||
margin: 0 0 2px 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue