From adf7e33bb22fc873197123c820d6d2c9337992d0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 17 Nov 2020 17:19:23 +0100 Subject: [PATCH] =?UTF-8?q?V=C4=9Bt=C5=A1=C3=AD=20rozestupy=20mezi=20?= =?UTF-8?q?=C4=8D=C3=A1stmi=20p=C5=99=C3=ADb=C4=9Bhu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }