fix: `.contentholder` too large on mobile
Changed mobile width to `20rem` from `30rem` default
This commit is contained in:
parent
2bcd585898
commit
82688a9fd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue