increase overlay size on mobile

It was apparently very difficult to see before
This commit is contained in:
Emilia Allison 2022-01-26 19:30:18 -05:00
parent 555cd37cd1
commit a1bb44b7ce
Signed by: emilia
GPG Key ID: 71D938CBB74EF7EA
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ body
background-image: url('/img/noise.gif')
background-size: 25%
@include mobile()
background-size: 200%
.outerdiv
@include div-center()
width: 90%