From a1bb44b7ce68080e668bc86b290de847cf01dc21 Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 26 Jan 2022 19:30:18 -0500 Subject: [PATCH] increase overlay size on mobile It was apparently very difficult to see before --- src/sass/global.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sass/global.sass b/src/sass/global.sass index 1b98874..1f0b0ec 100644 --- a/src/sass/global.sass +++ b/src/sass/global.sass @@ -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%