sq: text formatting
This commit is contained in:
parent
75ca15cb32
commit
5edc89cfa0
1 changed files with 9 additions and 0 deletions
|
@ -283,3 +283,12 @@
|
||||||
.plans-panel .faq-col h4:first-child {
|
.plans-panel .faq-col h4:first-child {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plans-panel .faq-col > b {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plans-panel .faq-col p+b {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue