diff options
| -rw-r--r-- | style.css | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -50,11 +50,7 @@ header>div:last-child { text-align: right; } -header p { - margin: 0; -} - -p { +main p { margin-bottom: var(--parspace); } @@ -74,12 +70,12 @@ h1 { font-weight: var(--medium-weight); font-size: 1.1em; letter-spacing: .07em; - margin-bottom: .4em; + margin-bottom: .2em; } h2 { margin-top: .5em; - margin-bottom: .2em; + margin-bottom: .15em; } h3 { @@ -107,7 +103,7 @@ ul { li { padding-left: 1.5em; position: relative; - margin-bottom: .15em; + margin-bottom: .2em; } li::before { |