Skip to content
Snippets Groups Projects
Commit 52af08e2 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

add border under comments box

parent 54022369
No related branches found
No related tags found
No related merge requests found
...@@ -249,11 +249,14 @@ ...@@ -249,11 +249,14 @@
&--comments { &--comments {
padding: 20px; padding: 20px;
margin-bottom: 30px; padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid $color--mid-grey;
@include media-query(tablet-portrait) { @include media-query(tablet-portrait) {
padding: 0; padding: 0;
margin-bottom: 70px; padding-bottom: 35px;
margin-bottom: 35px;
} }
label { label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment