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

lost page

This commit is contained in:
Fedor Katurov 2019-12-02 12:57:56 +07:00
parent 5e9fed4124
commit 0e4c1acc3f
5 changed files with 55 additions and 53 deletions

View file

@ -3,6 +3,10 @@
transition: filter 0.25s;
will-change: filter;
padding-top: 100px + $gap;
display: flex;
box-sizing: border-box;
flex-direction: column;
min-height: 100vh;
@include tablet {
padding-top: 72px + $gap;