banner adjustments

This commit is contained in:
Jeff Emmett 2025-04-09 16:43:49 -07:00
parent 8f88e85953
commit 596a17a0c6
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0;
padding: 1rem 0;
direction: ltr !important;
}
@ -163,14 +163,14 @@ header {
/* Page banner */
.page-banner {
height: 40vh;
height: 30vh;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
margin-top: 60px;
margin-top: 40px;
}
.page-banner h1 {