[fix] Vertical and horizontal spacing for pictures-line.

This commit is contained in:
opi 2016-01-17 16:11:58 +01:00
parent 945714c225
commit 4597700511

View File

@ -84,7 +84,7 @@ a {
margin-left: 11.5%; margin-left: 11.5%;
margin-right: 11.5%; margin-right: 11.5%;
display: flex; display: flex;
margin-bottom: 6px; margin-bottom: 0.5em;
} }
.pictures-line .picture img { .pictures-line .picture img {
@ -93,7 +93,7 @@ a {
} }
.pictures-line .separator { .pictures-line .separator {
min-width: 12px; min-width: 0.5em;
} }
.text { .text {