diff --git a/src/assets/style/style.scss b/src/assets/style/style.scss index f86b20b..5cf0154 100644 --- a/src/assets/style/style.scss +++ b/src/assets/style/style.scss @@ -34,6 +34,7 @@ section:not(:first-of-type) { h1, .fs-1 { font-size: 3rem !important; + margin-top: 0; margin-bottom: var(--prj-spacing-4); } h2, diff --git a/src/components/Card.astro b/src/components/Card.astro index be32713..4b31306 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -8,6 +8,9 @@ const { className } = Astro.props; ---