diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-26 19:01:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-26 19:01:18 -0800 |
| commit | bf56a9edfcca610bc771e0176f72bbce59fcc87a (patch) | |
| tree | 382908e01dee4992a9566a5859928ee4c10334bb /static/css/custom.css | |
| parent | add back the resume and generate it with nix (diff) | |
| download | fcuny.net-bf56a9edfcca610bc771e0176f72bbce59fcc87a.tar.gz | |
large cleanup
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 57cf620..914db04 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -13,6 +13,7 @@ main { margin: 0 auto; padding: 0 1em; padding-top: 2em; + padding-bottom: 2em; } /* Typography */ @@ -27,9 +28,11 @@ h3 { h1 { font-size: 1.4rem; } + h2 { font-size: 1.3rem; } + h3 { font-size: 1.2rem; } |
