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

added page 404

This commit is contained in:
Fedor Katurov 2022-01-29 17:20:41 +07:00
parent e8f1bec1fb
commit ff8221fc1b
10 changed files with 1421 additions and 11 deletions

View file

@ -39,3 +39,4 @@ $font_8_semibold: $semibold 8px $font;
$font_cell_title: $font_24_semibold;
$font_hero_title: $bold 40px $font;
$font_boris: $bold 72px $font;

View file

@ -161,3 +161,7 @@ p {
margin-bottom: 0;
}
}
#__next {
min-height: 100vh;
}