mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
11 lines
No EOL
178 B
SCSS
11 lines
No EOL
178 B
SCSS
.grid {
|
|
display: grid;
|
|
grid-template-columns: auto 1fr;
|
|
align-items: center;
|
|
justify-content: center;
|
|
grid-row-gap: 10px;
|
|
}
|
|
|
|
.label {
|
|
margin-left: 10px;
|
|
} |