Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/pages/_faq.scss')
-rw-r--r--src/styles/pages/_faq.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/styles/pages/_faq.scss b/src/styles/pages/_faq.scss
index 59a78d2..fdc17b2 100644
--- a/src/styles/pages/_faq.scss
+++ b/src/styles/pages/_faq.scss
@@ -8,14 +8,24 @@
}
}
+ .hero .description {
+ padding-top: 1rem;
+ padding-bottom: 1rem;
+ }
+
main h1, #TableOfContents, main .content {
max-width: var(--theJdrSize);
margin: 0 auto;
}
+ main .content {
+ margin-top: 1rem;
+ }
+
.content {
+
h1, h2, h3, h4, h5, h6 {
- color: var(--primary);
+ color: var(--toc-text);
}
h3, h4, h5, h6, & > ul, & > ol, & > p {