mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 10:33:59 +02:00
DOC-156 (comment): Fixed spacing on non-paragraph text
This commit is contained in:
parent
9bf579d878
commit
af7e68786a
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
html
|
html
|
||||||
|
@ -39,6 +39,7 @@ body
|
||||||
color: #000000;
|
color: #000000;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -423,7 +424,6 @@ header {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin-top: -20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.variation {
|
.variation {
|
||||||
|
|
Loading…
Reference in a new issue