Skip to content

Commit

Permalink
Merge pull request #226 from m1x0n/hot-fix-modern-style
Browse files Browse the repository at this point in the history
hot-fix-modern-style: Updated the comments block margins for the mobi…
  • Loading branch information
m1x0n committed Oct 19, 2015
2 parents 2897561 + 4b075e2 commit 2aade5a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,12 @@ div .fa-05 {
.answer-body .content-block {
display: block;
}

#answers, .answers-list > .section-header,
.answers-list > .folding-controls {
margin-left: -15px;
margin-right: -15px;
}
}

@media (min-width: 768px) {
Expand Down Expand Up @@ -2113,11 +2119,11 @@ div .fa-05 {
margin-left: 6.2%;
}

#answers .col-md-2 {
#answers .single-comment .col-md-2 {
width: 25%;
}

#answers .col-md-10 {
#answers .single-comment .col-md-10 {
width: 75%;
}
}
Expand All @@ -2140,12 +2146,12 @@ div .fa-05 {
width: 1100px;
}

#answers .col-md-2 {
width: 17%;
#answers .single-comment .col-md-2 {
width: 19%;
}

#answers .col-md-10 {
width: 83%;
#answers .single-comment .col-md-10 {
width: 81%;
}
}

Expand Down

0 comments on commit 2aade5a

Please sign in to comment.