fix: `.contentholder` too large on mobile

Changed mobile width to `20rem` from `30rem` default
This commit is contained in:
Emilia Allison 2022-01-22 12:34:06 -05:00
parent 2bcd585898
commit 82688a9fd7
Signed by: emilia
GPG Key ID: 71D938CBB74EF7EA
1 changed files with 4 additions and 1 deletions

View File

@ -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