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:
parent
6651cfa536
commit
f185914c7c
3 changed files with 56 additions and 29 deletions
11
src/containers/boris/BorisSuperpowers/styles.module.scss
Normal file
11
src/containers/boris/BorisSuperpowers/styles.module.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue