From 66a65a1066c6ad8603edd86549d36fa3e2d5af9c Mon Sep 17 00:00:00 2001 From: Chai Landau Date: Mon, 26 Feb 2024 15:48:58 -0500 Subject: [PATCH] fix: rename container --- src/components/Switchback/Switchback.tsx | 2 +- src/styles/components/switchback.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Switchback/Switchback.tsx b/src/components/Switchback/Switchback.tsx index 0d61517..2d07a01 100644 --- a/src/components/Switchback/Switchback.tsx +++ b/src/components/Switchback/Switchback.tsx @@ -15,7 +15,7 @@ const Switchback: FC = ({ }) => { return (
-
+
{eyebrow && (
diff --git a/src/styles/components/switchback.css b/src/styles/components/switchback.css index ec6665b..b091805 100644 --- a/src/styles/components/switchback.css +++ b/src/styles/components/switchback.css @@ -1,6 +1,6 @@ .switchback { @apply mb-10 mt-1 border-b border-gray-100 pb-10 md:mt-3 md:px-6 md:pb-14 md:mb-14 lg:pb-20 lg:mb-20 dark:border-b-gray-900; - .container { + .switchback-container { @apply m-auto flex max-w-lg flex-col gap-3 items-center md:flex-row md:gap-6 md:max-w-screen-lg; & > div { @apply w-full;