mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 22:53:32 +02:00
Fixed spacing issues in navigation caused by fix to to DOC-156
This commit is contained in:
parent
af7e68786a
commit
d8c655a151
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@ body
|
|||
|
||||
p {
|
||||
font-size: 0.95rem;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
section
|
||||
|
@ -201,6 +200,7 @@ nav {
|
|||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
box-sizing: border-box;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
nav::-webkit-scrollbar {
|
||||
|
|
Loading…
Reference in a new issue