diff --git a/aboutme.html b/aboutme.html index c225270..5f2065e 100644 --- a/aboutme.html +++ b/aboutme.html @@ -5,6 +5,7 @@ mawacode.de + diff --git a/aboutme/cats.html b/aboutme/cats.html index e9faa44..058d77d 100644 --- a/aboutme/cats.html +++ b/aboutme/cats.html @@ -6,6 +6,7 @@ mawacode.de + diff --git a/aboutme/linux.html b/aboutme/linux.html index 15e241c..ab51506 100644 --- a/aboutme/linux.html +++ b/aboutme/linux.html @@ -6,6 +6,7 @@ mawacode.de + diff --git a/aboutme/techno.html b/aboutme/techno.html index e479d8e..0fd444f 100644 --- a/aboutme/techno.html +++ b/aboutme/techno.html @@ -6,6 +6,7 @@ mawacode.de + diff --git a/contactme.html b/contactme.html index e44aee0..93fc1da 100644 --- a/contactme.html +++ b/contactme.html @@ -6,8 +6,10 @@ mawacode.de + +
diff --git a/css/style.css b/css/style.css index c0d85e6..1cb87e7 100644 --- a/css/style.css +++ b/css/style.css @@ -24,12 +24,15 @@ align-items: center; background-color: #e2de84; box-shadow: 5px 5px 5px; - padding: 30px 0; + padding: 40px 0; } .logo { width: 180px; + margin-top: 3em; margin-left: 8%; + position: absolute; + transform: rotate(-5deg); } .menu-icon{ @@ -70,7 +73,7 @@ nav ul li a:hover{ } #menuList{ - margin-top: -1%; + margin-top: -1em; } h1{ @@ -219,6 +222,9 @@ h2{ .logo{ margin-left: 4%; + width: 150px; + margin-top: 1em; + z-index: 3; } .row{ diff --git a/index.html b/index.html index 2bb7580..731618e 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ mawacode.de + diff --git a/projects.html b/projects.html index f0bb15a..8f9789a 100644 --- a/projects.html +++ b/projects.html @@ -6,6 +6,7 @@ mawacode.de + diff --git a/webicons/logo.png b/webicons/logo.png index f05a8d0..5e7acdb 100644 Binary files a/webicons/logo.png and b/webicons/logo.png differ