mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
normalize header padding (#132)
This commit is contained in:
parent
e466c60481
commit
e723d21113
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ header h2 {
|
||||||
background: $primaryColor;
|
background: $primaryColor;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
padding: 10px 0 8px;
|
padding: 9px 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue