diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:22:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:22:45 +0100 |
| commit | 06bf980b67ee61334c0c760f2d36c856f3c63e69 (patch) | |
| tree | 78f3353a362b399db37e5726116cb22fd6208a3f /public/css/variables/spacing.xl.css | |
| parent | 946a87ccc8fa70382115a91a3b7efe49b4cb38a1 (diff) | |
Responsive design up to very large screens
Diffstat (limited to 'public/css/variables/spacing.xl.css')
| -rw-r--r-- | public/css/variables/spacing.xl.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/variables/spacing.xl.css b/public/css/variables/spacing.xl.css new file mode 100644 index 0000000..a726962 --- /dev/null +++ b/public/css/variables/spacing.xl.css @@ -0,0 +1,5 @@ +:root { + --grid-total-width: 80rem; + --grid-padding-start-relative-eighth-rem: 26; + --grid-column-count: 12; +}
\ No newline at end of file |
