nav li removed

This commit is contained in:
VividTruthKeeper 2022-08-04 00:38:37 +05:00
parent fe96bf82ee
commit 3872846f49
2 changed files with 1 additions and 4 deletions

View File

@ -45,9 +45,6 @@ const Nav = ({ dropdown, setDropdown }: dropdown) => {
<li>
<Link to={"/structure"}>Структура федерации</Link>
</li>
<li>
<Link to={"/"}>О федерации</Link>
</li>
</ul>
</li>
<li

View File

@ -115,7 +115,7 @@
.nav-dropdown {
@include transition-std;
height: 17.1rem;
height: 11.2rem;
overflow: hidden;
min-width: 24rem;
z-index: 200;