mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
||||
|
@ -39,6 +39,7 @@ body
|
|||
color: #000000;
|
||||
letter-spacing: 0.5px;
|
||||
font-size: 0.95rem;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -423,7 +424,6 @@ header {
|
|||
display: block;
|
||||
text-align: center;
|
||||
font-size: 90%;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.variation {
|
||||
|
|
Loading…
Reference in a new issue