diff --git a/assets/style.css b/assets/style.css index 4fd1a1b..f8d6353 100644 --- a/assets/style.css +++ b/assets/style.css @@ -52,10 +52,6 @@ code { word-break: break-all; } -h1.full, h2.full, h3.full, h4.full, h5.full { - text-align: center; -} - main { display: flex; justify-content: space-between; @@ -67,10 +63,6 @@ main { box-shadow: 1.5em 1.5em 3.5em #131211, -1.5em -1.5em 3.5em #1b1a17; } -p.full { - text-align: center; -} - section { margin: 1em; flex-basis: 45%; @@ -80,6 +72,7 @@ section { section.full { margin: 1em; flex-basis: 100%; + text-align: justify; } .back h5 { @@ -103,6 +96,10 @@ section.full { max-width: 1em; } +.full { + text-align: center; +} + .warn { margin: 0.5em 0; padding: 0.5em;