[enh] Reduce the margin between stacked element

And the overall size of the main column (80% -> 76%)
This commit is contained in:
kload 2016-01-12 15:31:07 +01:00
parent aaa6f3a4e5
commit f0a091d60b

View File

@ -72,19 +72,19 @@ a {
}
.bordered-picture img {
height: 80%;
width: 80%;
margin-left: 10%;
margin-right: 10%;
height: 76%;
width: 76%;
margin-left: 12%;
margin-right: 12%;
}
.pictures-line {
min-width: 80%;
width: 80%;
margin-left: 10%;
margin-right: 10%;
min-width: 76%;
width: 76%;
margin-left: 12%;
margin-right: 12%;
display: flex;
margin-bottom: 15px;
margin-bottom: 5px;
}
.pictures-line .picture img {
@ -93,7 +93,7 @@ a {
}
.pictures-line .separator {
min-width: 15px;
min-width: 12px;
}
.text {