banner adjustments
This commit is contained in:
parent
8f88e85953
commit
596a17a0c6
|
|
@ -104,7 +104,7 @@ header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.75rem 0;
|
padding: 1rem 0;
|
||||||
direction: ltr !important;
|
direction: ltr !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -163,14 +163,14 @@ header {
|
||||||
|
|
||||||
/* Page banner */
|
/* Page banner */
|
||||||
.page-banner {
|
.page-banner {
|
||||||
height: 40vh;
|
height: 30vh;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 60px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-banner h1 {
|
.page-banner h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue