DOC-156 (comment): Fixed spacing on non-paragraph text

This commit is contained in:
ingerjm0 2019-09-05 11:29:13 -07:00
parent 9bf579d878
commit af7e68786a

View file

@ -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 {