diff --git a/www/assets/css/main.css b/www/assets/css/main.css index 222e51e..350a3c5 100644 --- a/www/assets/css/main.css +++ b/www/assets/css/main.css @@ -1943,8 +1943,12 @@ input[type="button"], margin-left: 1em; margin-top: 1em; } #banner header { + position: absolute; + bottom: 30%; + left: 0; + width: 100%; color: #071d49; - margin: 6%; } + padding: 1.5em 0; } #banner header h2 { display: inline-block; margin: 0; @@ -2327,7 +2331,7 @@ input[type="button"], /* Banner */ #banner { - height: auto; } + height: 18em; } /* Wrapper */ .wrapper { @@ -2368,7 +2372,7 @@ input[type="button"], /* Banner */ #banner { - height: auto; } + height: 20em; } #banner header { padding: 20px; } diff --git a/www/index.html b/www/index.html index 58ad77f..706a36e 100644 --- a/www/index.html +++ b/www/index.html @@ -72,17 +72,6 @@