mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed 404 paddings
This commit is contained in:
parent
e9e2456620
commit
c6c7dbe75d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
.text {
|
.text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
padding-bottom: 25%;
|
padding: 40px 0 25% 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue