fix: Alignment of step-by-step and try button for mobile (#1241)

Co-authored-by: Shubham Palriwala <spalriwalau@gmail.com>
This commit is contained in:
NilanjanPramanik
2023-10-17 19:34:23 +05:30
committed by GitHub
parent abd1f9822d
commit 9f57be47ba
@@ -9,11 +9,11 @@ export default function UseCaseHeader({ href }: UseCaseCTAProps) {
/* const plausible = usePlausible(); */
const router = useRouter();
return (
<div className="my-8 flex space-x-2 whitespace-nowrap">
<Button variant="secondary" href={href}>
<div className="my-8 flex flex-col justify-center space-x-2 space-y-2 whitespace-nowrap align-top sm:flex-row">
<Button className="mx-auto mt-2 flex w-fit justify-center align-middle" variant="secondary" href={href}>
Step-by-step manual
</Button>
<div className="space-y-1 text-center ">
<div className="space-y-1 text-center">
<Button
className="bg-gray-800 text-gray-300 hover:text-white"
onClick={() => {