dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
2 changed files with 14 additions and 10 deletions
Showing only changes of commit 1b7802a2ac - Show all commits
+4
View File
@@ -53,6 +53,10 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
text-decoration: none; text-decoration: none;
} }
.nav__dropdown:hover .nav__dropdown-menu {
display: block;
}
/* CSS von https://responsivenavigation.net/examples/simple-toggle/ */ /* CSS von https://responsivenavigation.net/examples/simple-toggle/ */
/* /*
.nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; } .nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; }