diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:38:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:38:29 +0100 |
| commit | fb5aed0ad45f431fecc1e38336fc77c4e40ff5fc (patch) | |
| tree | d9d87920466db1ddca3e841e57bcd727686fed3c /public/main.css | |
| parent | 176e105dc3a11ac118b6e84e8dd77d77371deb0c (diff) | |
Pulls out layout variables
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/main.css b/public/main.css index b6daf68..9a66b34 100644 --- a/public/main.css +++ b/public/main.css @@ -2,12 +2,6 @@ @import 'css/btn.css'; :root { - --max-width-prose-content: 35rem; - --max-width-all-content: 56.6rem; /* golden ratio * prose content width */ - - --breakpoint-sm: 640px; - --breakpoint-lg: 1280px; - scroll-behavior: smooth; font-family: var(--font-sans-serif); font-size: var(--font-size-1); |
