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

fixed 404 paddings

This commit is contained in:
Fedor Katurov 2022-01-29 21:57:41 +07:00
parent e9e2456620
commit c6c7dbe75d

View file

@ -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;