This commit is contained in:
Šimon Záriš 2024-06-09 16:27:05 +02:00
parent 950919e12b
commit 87795428ec
2 changed files with 1 additions and 2 deletions

@ -6,7 +6,6 @@ body, html {
flex-direction: column;
min-height: 100vh;
align-items: center;
background-color: #b9b9b9;
width: 100%;
}

@ -3,7 +3,7 @@
</div>
<nav>
<div id="toggle_btn">
<i class="toggle_btn_icon" id="ri-menu-line"></i>
<i id="toggle_btn_icon" class="ri-menu-line"></i>
</div>
<div id="dropdown_menu">
<a href="/index" id="homeLink">Domov</a>