commit b71fbf2e6e084f4c7006a1070192f6c935521de4
parent b8504eb4de777865703c4de7cd4364fea91123b0
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 7 Feb 2021 07:19:05 -0500
Decrease the grid max-width
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scss/global/tokens/_grid.scss b/src/scss/global/tokens/_grid.scss
@@ -2,5 +2,5 @@
$grid-breakpoints: (xs: 320px, xsm: 360px, sm: 480px, md: 768px, lg: 1024px, xl: 1280px, xxl: 1440px);
:root {
- --grid-max-width: 1100px;
+ --grid-max-width: 780px;
}