Only align paragraphs justified
This commit is contained in:
parent
c3c8d5936a
commit
a49f488451
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,6 @@ body {
|
|||
color: $c-font;
|
||||
font-family: "Raleway", sans-serif;
|
||||
line-height: 1.5;
|
||||
text-align: justify;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: $c-bg-inv;
|
||||
|
@ -206,6 +205,10 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $c-primary;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue