From 82688a9fd750e2aed234e10b2b9857da50be0822 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 22 Jan 2022 12:34:06 -0500 Subject: [PATCH] fix: `.contentholder` too large on mobile Changed mobile width to `20rem` from `30rem` default --- src/sass/global.sass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sass/global.sass b/src/sass/global.sass index e146ebf..ca0e158 100644 --- a/src/sass/global.sass +++ b/src/sass/global.sass @@ -48,9 +48,12 @@ body .contentholder justify-content: flex-start div - width: 30em + width: 30rem margin: 1% 0 + @include mobile + width: 20rem + .contentholder__topfiller height: 5% background-color: transparent