diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-10 12:46:11 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-10 12:46:11 -0500 |
| commit | 84aa7993ef24ed68763db11d141146f82a2f23fd (patch) | |
| tree | afe649de88f003d17768681565b177da512e49c6 /themes/aoidh | |
| parent | c7009f0eb01628fb0ff52351a3e75a4aeb164e8e (diff) | |
| download | samanthony.xyz-84aa7993ef24ed68763db11d141146f82a2f23fd.zip | |
tweak spacing
Diffstat (limited to 'themes/aoidh')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index 51571f5..dafb947 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -16,7 +16,7 @@ html { body { margin: 1rem auto; - padding: .5rem 1rem .25rem; + padding: 1rem; max-width: 60rem; border: 1px solid var(--dark-yellow); box-shadow: 2px 2px var(--dark-yellow); @@ -30,9 +30,8 @@ body { background: #fff; } -.content { - margin-left: auto; - margin-right: auto; +#content { + margin: 0 auto; max-width: 45rem; } @@ -142,14 +141,23 @@ th, td { vertical-align: middle; } -footer hr { +footer { margin-top: 2rem; - margin-bottom: .4rem; +} + +footer hr { + margin-top: 0; + margin-bottom: .4em; } footer p { font-size: 90%; text-align: left; + margin-bottom: .1em; +} + +footer :last-child { + margin-bottom: 0; } hr { |