Add margin to choices dropdown on lightbox

stable
Xavier Julián 2015-10-29 08:23:26 +01:00
parent 81fa78777b
commit 6a5dd93269
1 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,9 @@
display: block;
}
}
.choices {
margin-bottom: 2rem;
}
.options {
display: flex;
a {