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:
parent
e8f1bec1fb
commit
ff8221fc1b
10 changed files with 1421 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -161,3 +161,7 @@ p {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#__next {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue