Skip to content

Commit

Permalink
fix: rename container
Browse files Browse the repository at this point in the history
  • Loading branch information
Chai Landau committed Feb 26, 2024
1 parent 4569d06 commit 66a65a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Switchback/Switchback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Switchback: FC<SwitchbackProps> = ({
}) => {
return (
<div className="switchback">
<div className="container">
<div className="switchback-container">
<div>
{eyebrow && (
<div className="eyebrow">
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/switchback.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 66a65a1

Please sign in to comment.