Implemented header and footer menu

This commit is contained in:
2025-01-08 18:06:08 +01:00
parent 59eebbeb92
commit cc04bbf0f5
6 changed files with 87 additions and 95 deletions

View File

@@ -68,10 +68,16 @@ h3.footer-title{
.dropdown-submenu {
position: relative;
list-style: none;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -0.5rem;
}
.navbar-nav {
padding: 0;
margin: 0;
}