diff options
Diffstat (limited to '_shared/style.css')
| -rw-r--r-- | _shared/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_shared/style.css b/_shared/style.css index b75c309..721cc6e 100644 --- a/_shared/style.css +++ b/_shared/style.css @@ -4,7 +4,7 @@ html { color: black; background-color: white; } body { font-family: "Kawkab Mono"; font-size: 16px; line-height: 1.4; margin: 0; padding: 4rem 0; min-height: 100%; overflow-wrap: break-word; } main, header, footer { max-width: 800px; margin-inline: auto; padding: 0 2rem; } -h1, header, footer { text-align: center; } +h1, footer { text-align: center; } main { text-align: justify; } p, h2, h3, h4 { margin: 1em 0 0 0; } ol, ul { margin: 0.5em 0 0 0; } |
