mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 16:32:20 +02:00
Font changes & adjustments in size, remove jenkins file & less tasks to runners.
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 53s
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 53s
This commit is contained in:
@@ -40,7 +40,7 @@ const StaffSection = () => {
|
||||
className="flex items-end justify-between gap-4 mb-6 md:mb-8"
|
||||
>
|
||||
<div className="text-center md:text-left w-full">
|
||||
<h2 className="font-display text-4xl md:text-5xl font-bold text-gradient mb-2">
|
||||
<h2 className="font-display text-6xl md:text-7xl font-bold pt-4 pb-6 leading-normal text-gradient mb-2">
|
||||
Staff del Evento
|
||||
</h2>
|
||||
<p className="text-muted-foreground max-w-2xl mx-auto md:mx-0">
|
||||
@@ -110,7 +110,7 @@ const StaffSection = () => {
|
||||
{member.role}
|
||||
</span>
|
||||
|
||||
<h3 className="font-display text-lg font-bold text-foreground mb-2">
|
||||
<h3 className="font-display text-3xl pt-3 pb-5 leading-[1.6] font-bold text-foreground mb-1">
|
||||
{member.name}
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground mb-4">
|
||||
|
||||
Reference in New Issue
Block a user