mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 21:12:20 +02:00
Changes & Menus, enabled Gitea Workflow
Some checks failed
Deploy NPM app / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Deploy NPM app / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -17,7 +17,11 @@ const typeColor: Record<string, string> = {
|
||||
};
|
||||
|
||||
const ScheduleSection = () => (
|
||||
<section id="schedule" className="section-padding bg-card">
|
||||
<section
|
||||
id="schedule"
|
||||
className="section-padding bg-card relative z-20 -mt-[40px] pt-[100px]"
|
||||
style={{ borderRadius: "100% 0 0 0 / 120px 0 0 0" }}
|
||||
>
|
||||
<div className="container mx-auto">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
|
||||
Reference in New Issue
Block a user