[enh] Reduce the margin between stacked element
And the overall size of the main column (80% -> 76%)
This commit is contained in:
parent
aaa6f3a4e5
commit
f0a091d60b
@ -72,19 +72,19 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bordered-picture img {
|
.bordered-picture img {
|
||||||
height: 80%;
|
height: 76%;
|
||||||
width: 80%;
|
width: 76%;
|
||||||
margin-left: 10%;
|
margin-left: 12%;
|
||||||
margin-right: 10%;
|
margin-right: 12%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pictures-line {
|
.pictures-line {
|
||||||
min-width: 80%;
|
min-width: 76%;
|
||||||
width: 80%;
|
width: 76%;
|
||||||
margin-left: 10%;
|
margin-left: 12%;
|
||||||
margin-right: 10%;
|
margin-right: 12%;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pictures-line .picture img {
|
.pictures-line .picture img {
|
||||||
@ -93,7 +93,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pictures-line .separator {
|
.pictures-line .separator {
|
||||||
min-width: 15px;
|
min-width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user