diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a3e1ce1..8faa2df 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -51,7 +51,7 @@
1679674447095
-
+
diff --git a/Style.css b/Style.css
index 71695b9..3d12818 100644
--- a/Style.css
+++ b/Style.css
@@ -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%;
}
diff --git a/index.html b/index.html
index 09f168c..0f09196 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@