mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
15 lines
221 B
SCSS
15 lines
221 B
SCSS
.text {
|
|
padding: $gap / 2;
|
|
font-weight: 300;
|
|
|
|
b {
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
.images {
|
|
padding: 10px;
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
|
column-gap: $grid_line;
|
|
}
|