Sizing and spacing in FAQ
This commit is contained in:
parent
12de366f3a
commit
1ecea82a61
@ -139,13 +139,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
font-size: 14px;
|
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.answer p {
|
.answer p {
|
||||||
font-size: 14px;
|
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -41,7 +41,7 @@ export class FaqComponent extends Component<typeof component_arguments> {
|
|||||||
<div class={["faq-component", ...classes]}>
|
<div class={["faq-component", ...classes]}>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<div class="title">{title} </div>
|
{title ? <div class="title">{title} </div> : ""}
|
||||||
<div class={["content", `color-${content.color}`]}>
|
<div class={["content", `color-${content.color}`]}>
|
||||||
{render_markdown(language, content.text)}{" "}
|
{render_markdown(language, content.text)}{" "}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user