diff --git a/css/style.css b/css/style.css index 4d09ca7..cc34e8a 100644 --- a/css/style.css +++ b/css/style.css @@ -49,7 +49,7 @@ header .row p { text-align: justify; max-width: 45%; font-size: 1.2em; margin: 2 main { padding: 12em 0; margin-top: -22em; - margin-bottom: -12em; + margin-bottom: -18em; background: url(../img/timeline.svg) no-repeat center top; background-size: auto 100%; } @@ -63,7 +63,7 @@ main { 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%; } #pribeh { padding-top: 4em; }