mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 22:31:35 -05:00
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:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user