mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +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;
|
||||
color: #fff;
|
||||
min-height: 50px;
|
||||
padding: 10px 0 8px;
|
||||
padding: 9px 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue