Added a FAQ
[bigly] / src / bigly / static / bigly / styles.css
index 3a373d9..856316b 100644 (file)
@@ -28,12 +28,12 @@ main {
   align-items: center;
 }
 
-h1 {
+h1.index {
   font-size: 12vw;
   text-align: center;
 }
 
-h2 {
+h2.index {
   font-size: 6vw;
   text-align: center;
 }
@@ -74,3 +74,19 @@ footer {
 footer section:not(:first-child) {
   margin-top: 1em;
 }
+
+h1 {
+  font-size: 3em;
+}
+
+section.faq {
+  max-width: 40em;
+}
+
+p.faq-question {
+  font-weight: bold;
+}
+
+p.faq-question:not(:first-child) {
+  margin-top: 1em;
+}