diff options
| author | Christian Cleberg <[email protected]> | 2026-03-14 21:50:28 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-14 21:50:28 -0500 |
| commit | f57acd569de8ce868bf5f641cb3b70731efb6f01 (patch) | |
| tree | a64e8c47ad550f28b32c57568ac8816ed4bb7a8e /theme/static/styles.css | |
| parent | 4e7e71b791919fdbf82e23d8930cd55807eea0f1 (diff) | |
| download | cleberg.net-f57acd569de8ce868bf5f641cb3b70731efb6f01.tar.gz cleberg.net-f57acd569de8ce868bf5f641cb3b70731efb6f01.tar.bz2 cleberg.net-f57acd569de8ce868bf5f641cb3b70731efb6f01.zip | |
fix page padding
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 4ab10d1..28fa747 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -1,4 +1,4 @@ -body { max-width: 800px; margin: 0 auto; } +body { max-width: 800px; margin: 0 auto; padding: 1rem; } a, a:visited { color: #0000ff; } nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } nav ul li { padding-right: 0.5rem;} |
