diff --git a/css/listings.css b/css/listings.css index 02c153f..ed5ff2d 100644 --- a/css/listings.css +++ b/css/listings.css @@ -78,6 +78,7 @@ } .category-title h2 { + text-align: left; scroll-margin-top: 4rem; font-family: "Bebas Neue"; margin: 0; diff --git a/css/main.css b/css/main.css index 8e8c05e..ca2911b 100644 --- a/css/main.css +++ b/css/main.css @@ -50,14 +50,14 @@ main { } } -h1, h3 { +h1, h2, h3 { font-weight: 400; } h1 { text-align: center; font-size: 3rem; - margin: 3rem auto; + margin: 3rem auto 1rem; } @media (max-width: 650px) { @@ -68,7 +68,8 @@ h1 { } h2 { - margin-bottom: 1rem; + text-align: center; + margin-bottom: 4rem; } h3 { diff --git a/src/ads/art-and-crafts/robotistry-fediscience-org.md b/src/ads/art-and-crafts/robotistry-fediscience-org.md index 597c589..ab4fe0d 100644 --- a/src/ads/art-and-crafts/robotistry-fediscience-org.md +++ b/src/ads/art-and-crafts/robotistry-fediscience-org.md @@ -4,5 +4,5 @@ handle: "@robotistry@fediscience.org" url: "fediscience.org/@robotistry" blurb: "If you want a second set of eyes on your quilt design or help choosing colors (for any project!), I'm here. I have made many pieced quilts and can help you learn how to use fabric color, pattern, and intensity with your design to get the effect you want. I can also help you design your quilt, if you'd like help with that. I have a large library of quilt books for inspiration. I can also provide troubleshooting and recovery ideas when things (inevitably) go wrong." rate: -date: +date: 2026-05-05 --- diff --git a/src/index.njk b/src/index.njk index 49bc1e1..635b541 100644 --- a/src/index.njk +++ b/src/index.njk @@ -3,6 +3,8 @@ title: FediLearns Classifieds --- {% css %}{% include "css/listings.css" %}{% endcss %} +