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:
parent
151d7de31a
commit
5646ec164a
2 changed files with 175 additions and 59 deletions
|
@ -13,14 +13,24 @@
|
|||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding-top: 120px;
|
||||
padding-top: 25vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
box-sizing: border-box;
|
||||
background: url('~/sprites/lost.svg') 50% 50% no-repeat/cover;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
|
||||
h2 {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: $gap;
|
||||
font-size: 72px;
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
h2 {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue