28 lines
273 B
SCSS
28 lines
273 B
SCSS
p,
|
|
li,
|
|
span {
|
|
font-family: "Open Sans", serif;
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: 16px;
|
|
text-align: justify;
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|