Revert "Add frosted glass panel to Events hero text block"
This reverts commit 7296b35d9d.
This commit is contained in:
parent
7296b35d9d
commit
2be7f7949f
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ const typeColors: Record<string, string> = {
|
|||
class="relative flex flex-col justify-end"
|
||||
style="min-height: 50vh; padding: 120px 28px 64px;"
|
||||
>
|
||||
<div class="anim-fade-up" style="max-width: 600px; background: rgba(0,0,0,0.48); backdrop-filter: blur(6px); border-radius: 7px; padding: 28px 32px;">
|
||||
<div class="anim-fade-up" style="max-width: 600px;">
|
||||
<p style="font-family: 'Public Sans', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 14px;">
|
||||
Events & News
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ function formatDate(date: string) {
|
|||
class="relative flex flex-col justify-end"
|
||||
style="min-height: 50vh; padding: 120px 28px 64px;"
|
||||
>
|
||||
<div style="max-width: 600px; background: rgba(0,0,0,0.48); backdrop-filter: blur(6px); border-radius: 7px; padding: 28px 32px;">
|
||||
<div style="max-width: 600px;">
|
||||
<p style="font-family: 'Public Sans', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 14px;">
|
||||
Events & News — Page {currentPage}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue