This commit is contained in:
2021-11-29 18:47:26 +01:00
parent 53f463c13a
commit b115342cac
6 changed files with 79 additions and 17 deletions

View File

@@ -28,15 +28,14 @@ body{
position: fixed;
top: 0;
width: 100%;
height: 8rem;
background: transparent;
height: 7rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.menu a{
float: left;
height: 50%;
height: 60%;
display: block;
color: #f2f2f2;
text-align: center;
@@ -108,9 +107,8 @@ body{
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
height: 105%;
width: fit-content;
}
/* Hauptseite */