Fixing up bracket indentation

This commit is contained in:
Arjun Singh
2012-07-25 15:57:50 -04:00
parent 388ddc5365
commit cdea9488ef

View File

@@ -276,21 +276,21 @@
.faq { .faq {
@include clearfix; @include clearfix;
}
.responses { .responses {
float: left; float: left;
} }
.response { .response {
margin-bottom: 40px; margin-bottom: 40px;
h3 { h3 {
font-family: $sans-serif; font-family: $sans-serif;
font-weight: 700; font-weight: 700;
margin-bottom: 15px; margin-bottom: 15px;
}
} }
}
}
} }
} }