progress on website with new menu

This commit is contained in:
2023-03-25 13:11:41 +01:00
parent 2814b0ca18
commit 5483f9f46c
7 changed files with 124 additions and 19 deletions

View File

@@ -37,8 +37,6 @@
overflow: hidden;
}
/* Logo image and logo link (aka logo-container)*/
.logo-container-small {
margin-left: 5%;
@@ -68,6 +66,13 @@
margin-right: 5%;
position: relative;
z-index: 3;
transition: 0.8s;
}
.listtoggle:hover {
color: rgb(29, 69, 105);
transition: 0.4s;
font-size: 6vh;
}