mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 16:54:35 +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 {
|
p {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
line-height: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section
|
section
|
||||||
|
@ -201,6 +200,7 @@ nav {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
line-height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav::-webkit-scrollbar {
|
nav::-webkit-scrollbar {
|
||||||
|
|
Loading…
Reference in a new issue