forked from oyd/ozgurkon-2020-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
180 B
10 lines
180 B
6 years ago
|
/* FAQ */
|
||
|
.page.faq .content {
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
color: var(--primary);
|
||
|
}
|
||
|
|
||
|
h3, h4, h5, h6, ul, ol, p {
|
||
6 years ago
|
margin-left: calc(var(--container-margin) - 2rem);
|
||
6 years ago
|
}
|
||
|
}
|