mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
displaying comment images
This commit is contained in:
parent
1974feb042
commit
4ed2957cb4
3 changed files with 18 additions and 2 deletions
|
@ -6,3 +6,10 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.images {
|
||||
padding: 10px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||
column-gap: $grid_line;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue