diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-20 11:34:47 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-20 11:34:47 -0500 |
| commit | d3ad45eed60a90b6ba828f500c314c60591f9151 (patch) | |
| tree | 4539eaa58ea2eaaf7377e5ec4215d0f75654f299 /style.css | |
| parent | 4dac3c3f686760f8a84f4870f877ef4c42b34d00 (diff) | |
start migrating blog posts
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -14,3 +14,35 @@ main { header { padding: 0.5rem 1rem; } +header nav { + display: inline-block; +} +header span { + margin-right: 10px; +} +nav ul { + list-style-type: none; + border-left: 1px solid; + margin: 0; + padding: 0; +} +nav ul li { + display: inline-block; + border-right: 1px solid; + padding: 2px 10px; + margin: 0; +} +li { + margin-left: 1rem; +} +p { + margin: 1rem 0; + line-height: 1.5rem; +} +img { + width: 100%; + height: auto; +} +figure { + margin: 1rem 4rem; +} |
