pedf
/
oli
Archived
2
0
Fork 0

Větší rozestupy mezi částmi příběhu

master
Emil Miler 3 years ago
parent 658bbddc79
commit adf7e33bb2

@ -49,7 +49,7 @@ header .row p { text-align: justify; max-width: 45%; font-size: 1.2em; margin: 2
main { main {
padding: 12em 0; padding: 12em 0;
margin-top: -22em; margin-top: -22em;
margin-bottom: -12em; margin-bottom: -18em;
background: url(../img/timeline.svg) no-repeat center top; background: url(../img/timeline.svg) no-repeat center top;
background-size: auto 100%; background-size: auto 100%;
} }
@ -63,7 +63,7 @@ main {
margin-left: -2.5em; /* začátek ve vektoru není vycentrovaný */ margin-left: -2.5em; /* začátek ve vektoru není vycentrovaný */
} }
.row { height: auto; width: 100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin: 5em 0; } .row { height: auto; width: 100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin: 10em 0; }
.row>img { max-height: 30em; max-width: 40%; } .row>img { max-height: 30em; max-width: 40%; }
#pribeh { padding-top: 4em; } #pribeh { padding-top: 4em; }