Push
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user