From b1856f9f523508c05c2be3b7cd890cad0d116a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Pru=C5=A1=C3=A1k?= Date: Thu, 7 Oct 2021 10:53:13 +0200 Subject: [PATCH] commit --- index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index c9050b4..4f96962 100644 --- a/index.css +++ b/index.css @@ -5,7 +5,8 @@ body { .wrapper { margin-right: 200px; margin-left: 200px; - } + } + .header p { padding-top: 1px; padding-bottom: 1px; @@ -21,7 +22,7 @@ body { .text { background-color: lightgray; - height: 35vh; + height: 38vh; padding: 5px; text-align: justify; display: flex; @@ -39,7 +40,7 @@ body { .text2 { background-color: white; - height: 110vh; + height: 115vh; text-align: justify; padding: 10px; }