small fixes

This commit is contained in:
teldra 2022-06-12 18:13:49 +02:00
parent 32e098407f
commit 42de76ec6c
2 changed files with 3 additions and 4 deletions

View File

@ -1,17 +1,16 @@
.banner {
width: 98vw;
height: calc((100vw - 5rem) / 3.5);
height: calc(100vw / 3.5);
font-size: 115%;
//box-shadow: inset 0px -11px 8px -10px #444;
background-repeat: no-repeat;
background-size: 100%;
background-position: top center;
background-position: 50% 5rem;
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
h1 {
word-break: break-all;
}

View File

@ -4,7 +4,7 @@ header {
margin-right: auto;
div {
display: flex;
min-height: 5em;
height: 5em;
align-items: center;
justify-content: space-between;
svg {