We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4569d06 commit 66a65a1Copy full SHA for 66a65a1
src/components/Switchback/Switchback.tsx
@@ -15,7 +15,7 @@ const Switchback: FC<SwitchbackProps> = ({
15
}) => {
16
return (
17
<div className="switchback">
18
- <div className="container">
+ <div className="switchback-container">
19
<div>
20
{eyebrow && (
21
<div className="eyebrow">
src/styles/components/switchback.css
@@ -1,6 +1,6 @@
1
.switchback {
2
@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;
3
- .container {
+ .switchback-container {
4
@apply m-auto flex max-w-lg flex-col gap-3 items-center md:flex-row md:gap-6 md:max-w-screen-lg;
5
& > div {
6
@apply w-full;
0 commit comments