Event templates

This commit is contained in:
2026-06-20 17:37:29 -04:00
parent 17b2a5d835
commit 569c8cf80d
11 changed files with 173 additions and 35 deletions
+12
View File
@@ -680,6 +680,18 @@ section {
background: linear-gradient(180deg, rgba(11, 79, 122, 0.1), rgba(29, 118, 184, 0.06));
}
.event-logo {
width: 100%;
height: 3.6rem;
object-fit: contain;
margin-top: 0.85rem;
padding: 0.45rem;
border: 1px solid rgba(16, 34, 51, 0.1);
border-radius: 0.65rem;
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 8px 18px rgba(16, 34, 51, 0.08);
}
.event-weekday,
.event-date,
.event-time {