This commit is contained in:
brausjonas
2023-03-25 16:32:52 +01:00
parent ae709e7fc7
commit b3747b7919
3 changed files with 21 additions and 6 deletions
+19 -4
View File
@@ -177,8 +177,8 @@ body {
transition: all 0.5s ease 0s;
}
.mobileMenuDropDown li {
.mobileMenuDropDown li
{
list-style: none;
margin-top: 10px;
margin-bottom: 10px;
@@ -186,6 +186,21 @@ body {
padding: 20px;
}
.mobileMenuDropDown2 div
{
display: none;
}
.mobileMenuDropDown2:hover div
{
display: inherit;
}
.mobileMenuDropDown2:hover div li
{
padding: 5px;
}
.mobileMenuButton:hover .mobileMenuDropDown {
display: flex;
@@ -193,6 +208,6 @@ body {
position: absolute;
right: 0;
height: 100vh;
width: 150px;
margin-top: 3%;
margin-top: 6%;
}