banner adjustments
This commit is contained in:
parent
8f88e85953
commit
596a17a0c6
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue