css debugg /consultation
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
footer{
 | 
			
		||||
    z-index: 100;
 | 
			
		||||
    margin-top: 3rem;
 | 
			
		||||
}
 | 
			
		||||
.footer{
 | 
			
		||||
    display: flex;    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user