28 lines
459 B
CSS
28 lines
459 B
CSS
.kaehmy-header {
|
|
background-color: #0c2938;
|
|
}
|
|
|
|
.kaehmy-header-content {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
max-width: 1000px;
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.kaehmy-banner-image {
|
|
max-height: 10rem;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.heading {
|
|
display: flex;
|
|
place-content: center;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
margin: 1rem;
|
|
} |