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; }