css debugg /consultation

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-24 15:07:10 +01:00
parent aec8acb16f
commit 13df12b92c
4 changed files with 9 additions and 4 deletions

View File

@ -191,6 +191,7 @@ h2, h3 {
.layout-container main {
width: 100%;
padding-top: 200px;
padding-bottom: 3rem;
}
@media (max-width: 810px) {
.layout-container main {
@ -609,7 +610,6 @@ header .header:hover + .header_nav_container {
footer {
z-index: 100;
margin-top: 3rem;
}
.footer {
@ -2765,6 +2765,9 @@ body {
#consultation {
background-color: #f6f7f3;
}
#consultation .layout-sidebar-first {
display: none !important;
}
#consultation .layout-content .content_container {
display: flex;
flex-direction: column;

View File

@ -36,7 +36,7 @@ $width-menu-slidedown : 550px;
main{
width: 100%;
padding-top: $header-height;
padding-bottom: 3rem;
@media(max-width: 810px){
padding-top: 180px;
}

View File

@ -1,9 +1,12 @@
#consultation{
background-color: #f6f7f3;
.layout-sidebar-first{
display: none !important;
}
.layout-content{
// padding-top: 1rem;
.content_container{
display: flex;
flex-direction: column;

View File

@ -1,6 +1,5 @@
footer{
z-index: 100;
margin-top: 3rem;
}
.footer{
display: flex;