header padding fix
This commit is contained in:
parent
32648f236c
commit
2646a52cbb
2 changed files with 4 additions and 2 deletions
|
|
@ -68,7 +68,8 @@ header {
|
|||
color: #555555;
|
||||
background-color: #2b2726;
|
||||
border-bottom: 1px solid #444444;
|
||||
padding: 8px 0; }
|
||||
padding: 6px 0;
|
||||
padding-top: 0; }
|
||||
header #diaspora_text {
|
||||
font-family: "BrandonGrotesqueLightRegular";
|
||||
font-size: 24px;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,8 @@ header
|
|||
:color #2B2726
|
||||
:border
|
||||
:bottom 1px solid #444
|
||||
:padding 8px 0
|
||||
:padding 6px 0
|
||||
:top 0
|
||||
|
||||
#diaspora_text
|
||||
:font
|
||||
|
|
|
|||
Loading…
Reference in a new issue