Improve banner layout on mobile

The previous change to add a summit banner seems to have caused the
header not to span the page correctly on mobile browsers. Adjust the
mobile banner height to auto.

Change-Id: Ie1deca9ab1a7a1f85f6af063832eeb5519f1a7ec
This commit is contained in:
Jeremy Stanley 2023-01-01 05:18:05 +00:00
parent f5e065fe71
commit 6d7162b9a6
1 changed files with 2 additions and 2 deletions

View File

@ -2327,7 +2327,7 @@ input[type="button"],
/* Banner */ /* Banner */
#banner { #banner {
height: 18em; } height: auto; }
/* Wrapper */ /* Wrapper */
.wrapper { .wrapper {
@ -2368,7 +2368,7 @@ input[type="button"],
/* Banner */ /* Banner */
#banner { #banner {
height: 20em; } height: auto; }
#banner header { #banner header {
padding: 20px; } padding: 20px; }