Push
This commit is contained in:
Generated
+1
-1
@@ -51,7 +51,7 @@
|
|||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1679674447095</updated>
|
<updated>1679674447095</updated>
|
||||||
<workItem from="1679674448294" duration="3278000" />
|
<workItem from="1679674448294" duration="3278000" />
|
||||||
<workItem from="1679754546660" duration="3438000" />
|
<workItem from="1679754546660" duration="3762000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -177,8 +177,8 @@ body {
|
|||||||
transition: all 0.5s ease 0s;
|
transition: all 0.5s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobileMenuDropDown li
|
||||||
.mobileMenuDropDown li {
|
{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -186,6 +186,21 @@ body {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobileMenuDropDown2 div
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobileMenuDropDown2:hover div
|
||||||
|
{
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobileMenuDropDown2:hover div li
|
||||||
|
{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.mobileMenuButton:hover .mobileMenuDropDown {
|
.mobileMenuButton:hover .mobileMenuDropDown {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -193,6 +208,6 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 150px;
|
|
||||||
margin-top: 3%;
|
margin-top: 6%;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<div class="mobileMenuDropDown">
|
<div class="mobileMenuDropDown">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="dropdown">
|
<li class="mobileMenuDropDown2">
|
||||||
Games
|
Games
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user