Fix background

This commit is contained in:
Jorik Schellekens 2020-09-01 11:56:20 +02:00
parent ecebec2da6
commit 61666a1b81

View File

@ -19,6 +19,8 @@ limitations under the License.
#root { #root {
background-color: $app-background; background-color: $app-background;
background-image: url('./imgs/background.svg'); background-image: url('./imgs/background.svg');
background-repeat: none;
background-position: top center;
} }
@mixin spacer { @mixin spacer {