|
|
@ -1,6 +1,7 @@
|
|
|
|
.content-grid {
|
|
|
|
.content-grid {
|
|
|
|
display: grid;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 16ch 50ch 1fr;
|
|
|
|
/*grid-template-columns: 16ch 50ch 1fr;*/
|
|
|
|
|
|
|
|
grid-template-columns: 25% 60% 1fr;
|
|
|
|
grid-template-rows: 5em repeat(2, auto);
|
|
|
|
grid-template-rows: 5em repeat(2, auto);
|
|
|
|
grid-column-gap: 0px;
|
|
|
|
grid-column-gap: 0px;
|
|
|
|
grid-row-gap: 0px;
|
|
|
|
grid-row-gap: 0px;
|
|
|
@ -22,6 +23,7 @@
|
|
|
|
grid-column-gap: 0px;
|
|
|
|
grid-column-gap: 0px;
|
|
|
|
grid-row-gap: 1.5em;
|
|
|
|
grid-row-gap: 1.5em;
|
|
|
|
padding-bottom: 1.5em;
|
|
|
|
padding-bottom: 1.5em;
|
|
|
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.portrait { grid-area: 1 / 3 / 3 / 4;
|
|
|
|
.portrait { grid-area: 1 / 3 / 3 / 4;
|
|
|
|
width: 100%;}
|
|
|
|
width: 100%;}
|
|
|
|