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

fixed boris superpowers page

This commit is contained in:
Fedor Katurov 2022-07-14 22:48:20 +07:00
parent 6651cfa536
commit f185914c7c
3 changed files with 56 additions and 29 deletions

View file

@ -0,0 +1,11 @@
.grid {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
justify-content: center;
grid-row-gap: 10px;
}
.label {
margin-left: 10px;
}