Center header content

This commit is contained in:
Daniel Brendel
2024-04-05 15:02:02 +02:00
parent 8c184046b4
commit 3a0a025166
3 changed files with 8 additions and 2 deletions

View File

@ -97,6 +97,12 @@ a.navbar-burger:hover {
height: 100%;
}
.header-centered {
@media screen and (min-width: 1089px) {
transform: translateX(9.5%);
}
}
.header-content {
position: relative;
top: 50%;