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/css/variables/layout.css | |
| parent | 176e105dc3a11ac118b6e84e8dd77d77371deb0c (diff) | |
Pulls out layout variables
Diffstat (limited to 'public/css/variables/layout.css')
| -rw-r--r-- | public/css/variables/layout.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/css/variables/layout.css b/public/css/variables/layout.css new file mode 100644 index 0000000..904f5dc --- /dev/null +++ b/public/css/variables/layout.css @@ -0,0 +1,7 @@ +:root { + --max-width-prose-content: 35rem; + --max-width-all-content: 56.6rem; /* golden ratio * prose content width */ + + --breakpoint-sm: 640px; + --breakpoint-lg: 1280px; +}
\ No newline at end of file |
