diff --git a/src/components/features.tsx b/src/components/features.tsx index bf667edb..6615d54b 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -72,7 +72,7 @@ export default function Features(): JSX.Element { ))} -
+
@@ -96,7 +96,7 @@ export default function Features(): JSX.Element {
-
+
@@ -122,7 +122,7 @@ export default function Features(): JSX.Element {
-
+
diff --git a/static/css/root.css b/static/css/root.css index fb2f243c..00fd3e6f 100644 --- a/static/css/root.css +++ b/static/css/root.css @@ -71,3 +71,54 @@ .align-center { align-items: center; } + +.pt-12 { + padding-top: 3rem; +} + +.pt-16 { + padding-top: 4rem; +} + +.pb-16 { + padding-bottom: 4rem; +} + +.pb-24 { + padding-bottom: 6rem; +} + +.py-12 { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.py-16 { + padding-top: 4rem; + padding-bottom: 4rem; +} + +@media (min-width: 960px) { + .lg\:pt-36 { + padding-top: 9rem; + } + + .lg\:pt-48 { + padding-top: 12rem; + } +} + +@media (min-width: 640px) { + .md\:pt-16 { + padding-top: 4rem; + } + + .md\:pt-24 { + padding-top: 6rem; + } + + .md\:pt-48 { + padding-top: 12rem; + } +} +