1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

fixed boris bg

This commit is contained in:
muerwre 2019-12-31 10:34:30 +07:00
parent 5a35c4b259
commit 9313ae84bf

View file

@ -33,7 +33,8 @@
width: 100%; width: 100%;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
background: 50% 0% no-repeat/cover url("~/sprites/boris_bg.svg"); background: 50% 0% no-repeat url("~/sprites/boris_bg.svg");
background-size: cover;
} }
.header { .header {