diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-07 11:16:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-07 11:16:46 -0700 |
| commit | 7475c2345793efaac97834945115fb8c9066cc12 (patch) | |
| tree | c19ed57caa4496259d4d2ab84474a3fabc4743ca /src/css/main.css | |
| parent | generate the site and the resume using pandoc (diff) | |
| download | fcuny.net-7475c2345793efaac97834945115fb8c9066cc12.tar.gz | |
simplify the CSS a bit more
Diffstat (limited to 'src/css/main.css')
| -rw-r--r-- | src/css/main.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/css/main.css b/src/css/main.css index 9600987..12df426 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1,14 +1,13 @@ body { - margin: auto; + width: auto; + max-width: 700px; + padding: 0 15px; + margin: 5rem auto; font: 1rem/2 -apple-system, sans-serif; - background-color: #f8f8f8; - color: #333333; - padding: 20px; - min-height: 100vh; - padding: 50px, 50px, 50px, 50px; - max-width: 55rem; + background-color: white; + color: #242936; } p { margin: 0 0 1em; @@ -16,7 +15,7 @@ p { a { color: inherit; text-decoration: none; - border-bottom: 1px solid #007f9f; + border-bottom: 2px solid #007f9f; } ul { display: inline-block; |
