Commit 55deb0d4 by Reda Lemeden

Fixed the sidebar layout issue in the discussion page

parent b977901a
...@@ -59,14 +59,10 @@ body.askbot { ...@@ -59,14 +59,10 @@ body.askbot {
} }
} }
.content-wrapper { .main-content {
@extend .clearfix; .discussion-wrapper {
@extend .wrapper; display: table;
@include box-shadow(0 1px 0 #fff); width: 100%;
@include box-sizing(border-box);
background: #fff;
border: 1px solid #ccc;
border-top: 0;
.discussion-content { .discussion-content {
/*@extend .content;*/ /*@extend .content;*/
...@@ -100,6 +96,7 @@ body.askbot { ...@@ -100,6 +96,7 @@ body.askbot {
} }
} }
} }
}
footer { footer {
margin: 0 auto; margin: 0 auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment