diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:46:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:46:39 -0700 |
commit | 110dca3af3d64ee780e7e9ff69cbed1e7c1d0167 (patch) | |
tree | 9eb8b3a494aeca0d9c64978082f76280fdedda11 /static/css | |
parent | get rid of the about page (diff) | |
download | fcuny.net-110dca3af3d64ee780e7e9ff69cbed1e7c1d0167.tar.gz |
format some stuff
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/custom.css | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index b8e52b7..610928c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -15,15 +15,23 @@ main { } /* Typography */ -h1, h2, h3 { +h1, +h2, +h3 { margin: 0 0 0.5em; line-height: 1.25; font-weight: 600; } -h1 { font-size: 1.4rem; } -h2 { font-size: 1.3rem; } -h3 { font-size: 1.2rem; } +h1 { + font-size: 1.4rem; +} +h2 { + font-size: 1.3rem; +} +h3 { + font-size: 1.2rem; +} p { margin: 0 0 1em; @@ -35,7 +43,9 @@ a { text-decoration: underline; } -a:hover, a:focus, a:active { +a:hover, +a:focus, +a:active { text-decoration: underline; } @@ -74,7 +84,8 @@ table { border-collapse: collapse; } -th, td { +th, +td { border: 1px solid #ddd; padding: 8px; text-align: left; |