1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Add a margin to sided galleries

This commit is contained in:
Timur Ismagilov 2022-02-01 15:28:46 +05:00
parent d004a15b68
commit 05b6452308

View File

@ -159,6 +159,7 @@ aside { clear: both; }
.img-gallery_layout-side { .img-gallery_layout-side {
float: right; float: right;
max-width: 50%; max-width: 50%;
margin-left: 1em;
} }
} }
.img-gallery img { max-width: 100%; max-height: 50vh; } .img-gallery img { max-width: 100%; max-height: 50vh; }