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 {
@include clearfix;
}
.responses {
float: left;
}
}
.response {
margin-bottom: 40px;
.response {
margin-bottom: 40px;
h3 {
font-family: $sans-serif;
font-weight: 700;
margin-bottom: 15px;
}
h3 {
font-family: $sans-serif;
font-weight: 700;
margin-bottom: 15px;
}
}
}
}
}