Menu logo fix

This commit is contained in:
2021-11-24 17:02:58 +01:00
parent cce67e2727
commit 4f5bfc313f
2 changed files with 7 additions and 6 deletions

View File

@@ -118,11 +118,12 @@ body{
color: #f2f2f2;
}
.menu img {
display: block;
width: 60%;
margin-left: auto;
margin-right: auto;
#logo {
float: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.seite {