[enh] Increase size difference between image columns and text columns
This commit is contained in:
parent
f0a091d60b
commit
e0146fb214
@ -72,19 +72,19 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bordered-picture img {
|
.bordered-picture img {
|
||||||
height: 76%;
|
height: 77%;
|
||||||
width: 76%;
|
width: 77%;
|
||||||
margin-left: 12%;
|
margin-left: 12.5%;
|
||||||
margin-right: 12%;
|
margin-right: 12.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pictures-line {
|
.pictures-line {
|
||||||
min-width: 76%;
|
min-width: 77%;
|
||||||
width: 76%;
|
width: 77%;
|
||||||
margin-left: 12%;
|
margin-left: 12.5%;
|
||||||
margin-right: 12%;
|
margin-right: 12.5%;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pictures-line .picture img {
|
.pictures-line .picture img {
|
||||||
@ -100,8 +100,8 @@ a {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'crimson', serif;
|
font-family: 'crimson', serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin-left: 15%;
|
margin-left: 21%;
|
||||||
margin-right: 15%;
|
margin-right: 21%;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user