diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-24 09:19:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-24 09:19:16 +0100 |
| commit | a758d4dd0e6932170c325f3b047b1e22a4093260 (patch) | |
| tree | f676ad1d9a9e5184bbaecea352ae38108e0ce38c /public/css/variables/layout.css | |
| parent | fee6dea4f2f7fb7979b120d820ba0f082b9d2ddc (diff) | |
Replaces px units with relative eighth rem units
Diffstat (limited to 'public/css/variables/layout.css')
| -rw-r--r-- | public/css/variables/layout.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/css/variables/layout.css b/public/css/variables/layout.css index 904f5dc..b261b26 100644 --- a/public/css/variables/layout.css +++ b/public/css/variables/layout.css @@ -1,7 +1,4 @@ :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 |
