forked from Botanical/BotanJS
Use column-gap for album
This commit is contained in:
parent
3fcb6e22d7
commit
c6c7d5dddc
@ -1,4 +1,14 @@
|
|||||||
|
.site_file[data-type="album"] {
|
||||||
|
column-width: 225px;
|
||||||
|
column-gap: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
.site_file[data-type="album"] > div {
|
.site_file[data-type="album"] > div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site_file[data-type="album"] > div img {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user