diff --git a/css/style.css b/css/style.css index 8b37f83..ddba5b8 100644 --- a/css/style.css +++ b/css/style.css @@ -39,8 +39,8 @@ h2, h3 { color: #1fbcc6; } p { line-height: 1.6; } header { width: auto; } -header .logo { padding: 30px; float: right; text-align: center; box-sizing: border-box; } -header .logo img { height: 10em; } +header .logo { padding: 2em; float: right; text-align: center; box-sizing: border-box; } +header .logo img { height: 7.5em; } header .row { height: 600px; margin: 0; padding-bottom: 150px; margin-bottom: -300px; } header .row img { max-height: 500px; } header .row p { text-align: justify; max-width: 45%; font-size: 1.2em; margin: 2em 0; }