Commit 3a25e96a by Kyle Fiedler

Fixed padding on discussions

parent 50bdad91
...@@ -38,9 +38,9 @@ body.askbot { ...@@ -38,9 +38,9 @@ body.askbot {
div.discussion-content { div.discussion-content {
@include box-sizing(border-box); @include box-sizing(border-box);
display: table-cell; display: table-cell;
padding: $gw-gutter; padding: lh();
vertical-align: top; vertical-align: top;
width: flex-grid(9); width: flex-grid(9) + flex-gutter();
p.tabula-rasa { p.tabula-rasa {
@include border-radius(5px); @include border-radius(5px);
...@@ -72,7 +72,7 @@ body.askbot { ...@@ -72,7 +72,7 @@ body.askbot {
@include border-radius(0 4px 4px 0); @include border-radius(0 4px 4px 0);
border-left: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3;
border-right: 1px solid #f6f6f6; border-right: 1px solid #f6f6f6;
padding: $gw-gutter; padding: lh();
width: flex-grid(3); width: flex-grid(3);
h2 { h2 {
......
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