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; flex-direction: column;
min-height: 100vh; min-height: 100vh;
align-items: center; align-items: center;
background-color: #b9b9b9;
width: 100%; width: 100%;
} }

@ -3,7 +3,7 @@
</div> </div>
<nav> <nav>
<div id="toggle_btn"> <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>
<div id="dropdown_menu"> <div id="dropdown_menu">
<a href="/index" id="homeLink">Domov</a> <a href="/index" id="homeLink">Domov</a>