diff --git a/assets/design.css b/assets/design.css
index 5d12b83..671226f 100644
--- a/assets/design.css
+++ b/assets/design.css
@@ -51,7 +51,6 @@ body{
.btn-right {
float: right;
-
}
.btn-left {
@@ -112,13 +111,13 @@ body{
/* Logo im MenĂ¼ */
#logo {
- float: none;
position: absolute;
- top: 50%;
+ top: 45%;
left: 50%;
transform: translate(-50%, -50%);
+ height: 100%;
width: fit-content;
- height: 105%;
+
}
/* Hauptseite */
diff --git a/index.html b/index.html
index 3ce34ed..73f9559 100644
--- a/index.html
+++ b/index.html
@@ -15,11 +15,13 @@
Startseite
2. Seite
+
+