mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: hero, minor tweaks
This commit is contained in:
@@ -25,12 +25,12 @@ export function Footer() {
|
||||
|
||||
return (
|
||||
<motion.footer
|
||||
className="bg-background/80 backdrop-blur-sm border mt-16 m-6 rounded-sm"
|
||||
className="bg-background border-t"
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ delay: 0.8, duration: 0.8 }}
|
||||
>
|
||||
<div className="max-w-5xl mx-auto px-4 py-10">
|
||||
<div className="max-w-5xl mx-auto px-8 py-10">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-12 mb-8">
|
||||
{/* Brand Section */}
|
||||
<div className="md:col-span-1 max-w-sm">
|
||||
|
||||
Reference in New Issue
Block a user