Actually fix the background

This commit is contained in:
Jorik Schellekens 2020-09-01 12:16:29 +02:00
parent 61666a1b81
commit 3a7c778498

View File

@ -20,7 +20,7 @@ limitations under the License.
background-color: $app-background; background-color: $app-background;
background-image: url('./imgs/background.svg'); background-image: url('./imgs/background.svg');
background-repeat: none; background-repeat: none;
background-position: top center; background-position: 50% top;
} }
@mixin spacer { @mixin spacer {