sq: text formatting

This commit is contained in:
Rob Szumski 2015-10-23 23:50:50 +00:00 committed by Joseph Schorr
parent 75ca15cb32
commit 5edc89cfa0

View file

@ -283,3 +283,12 @@
.plans-panel .faq-col h4:first-child {
margin-top: 0px;
}
.plans-panel .faq-col > b {
margin-bottom: 10px;
display: block;
}
.plans-panel .faq-col p+b {
margin-top: 20px;
}