Merge branch 'master' into feature/community-directory

This commit is contained in:
Jean-Baptiste Pasquier
2021-04-09 11:05:20 +02:00
23 changed files with 2139 additions and 1022 deletions

View File

@ -2,6 +2,10 @@ main {
height: 100vh;
}
.no-background-image {
background-image: none !important;
}
/* Styles of the right-hand menu + pages with that menu */
.with-sidebar {
flex-grow: 1;

View File

@ -131,10 +131,10 @@ nav#main__menu {
.menu-admin {
position: absolute;
z-index: 3016;
left: 78px;
left: 15%;
top: 36px;
text-align: end;
width: 64%;
width: 80%;
@media (max-width: 768px) {
width: 100%;
@ -242,6 +242,7 @@ nav#main__menu {
solid-set-default[name="message"] {
margin-right: 9px;
width: 74%;
}
hubl-menu-contact-removed {