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

fixed body padding

This commit is contained in:
Fedor Katurov 2020-04-08 11:25:49 +07:00
parent 569d2ca11e
commit a517eca37d
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
filter: blur(0);
transition: filter 0.25s;
will-change: filter;
padding-top: 100px + $gap;
padding-top: $header_height + 2px;
display: flex;
box-sizing: border-box;
flex-direction: column;

View file

@ -1,5 +1,5 @@
.wrap {
height: 64px;
height: $header_height;
z-index: 5;
position: fixed;
top: 0;