1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed boris flickering on load

This commit is contained in:
Fedor Katurov 2019-11-15 12:03:57 +07:00
parent 5b987a5546
commit f23b9166e1
3 changed files with 33 additions and 22 deletions

View file

@ -33,7 +33,7 @@
width: 100%;
height: 100vh;
overflow: hidden;
background: 50% 0% no-repeat/cover url('~/sprites/boris_bg.svg');
background: 50% 0% no-repeat/cover url("~/sprites/boris_bg.svg");
}
.header {
@ -86,8 +86,14 @@
display: flex;
align-items: center;
justify-content: flex-end;
padding-bottom: 33.333%;
position: relative;
width: 100%;
img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}