forked from UKSOURCE/ipv6
Merge pull request 'Update AgendaSection.tsx' (#19) from fix/toan-13072026-fe into main
Reviewed-on: UKSOURCE/ipv6#19
This commit is contained in:
@@ -119,7 +119,7 @@ export default function AgendaSection({ data }: Props) {
|
||||
{/* Left: Card (Desktop) / Full content (Mobile) */}
|
||||
<div className="order-1 lg:order-1">
|
||||
<div className="glass-panel p-6 lg:p-8 rounded-3xl relative overflow-hidden hover:border-primary/50 transition-colors duration-300">
|
||||
<span className="absolute top-6 right-6 text-xs lg:text-sm font-[var(--font-display-lg)] text-primary/30 group-hover:text-primary transition-colors duration-300">
|
||||
<span className="absolute top-6 right-6 lg:right-auto lg:left-6 text-xs lg:text-sm font-[var(--font-display-lg)] text-primary/30 group-hover:text-primary transition-colors duration-300">
|
||||
{item.order}
|
||||
</span>
|
||||
{/* Mobile-only time badge */}
|
||||
@@ -128,7 +128,7 @@ export default function AgendaSection({ data }: Props) {
|
||||
{item.time}
|
||||
</span>
|
||||
</div>
|
||||
<h3 className="font-[var(--font-display-lg)] text-base lg:text-lg text-on-surface mb-3 leading-snug text-balance pr-8">
|
||||
<h3 className="font-[var(--font-display-lg)] text-base lg:text-lg text-on-surface mb-3 leading-snug text-balance pr-8 lg:pr-0 lg:pl-8 lg:text-right">
|
||||
{renderFormattedText(item.title)}
|
||||
</h3>
|
||||
{!item.description && item.avatar && (
|
||||
|
||||
Reference in New Issue
Block a user