Skip to content
Snippets Groups Projects
Commit de264a7e authored by Giorgio Utzeri's avatar Giorgio Utzeri
Browse files

responsive finish

parent 3df42d65
No related branches found
No related tags found
No related merge requests found
......@@ -165,8 +165,6 @@ body {
}
.main-content {
display: none;
display: none; !important
}
}
}
\ No newline at end of file
......@@ -26,8 +26,7 @@
boolean isUserInFil = fils != null && !fils.isEmpty();
%>
<!-- Bouton hamburger visible sur mobile -->
<button class="navbar-toggler d-lg-none" type="button" data-bs-toggle="collapse" data-bs-target="#sidebar" aria-controls="sidebar" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler d-lg-none text-white" style="background-color: #00072D;" type="button" data-bs-toggle="collapse" data-bs-target="#sidebar" aria-controls="sidebar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment