diff --git a/core/static/css/theme/events.css b/core/static/css/theme/events.css index f6abdec..5c7f0c2 100644 --- a/core/static/css/theme/events.css +++ b/core/static/css/theme/events.css @@ -78,12 +78,6 @@ overflow: hidden; } -.event-title { - font-size: 1rem; - margin-bottom: 0.5rem; - font-weight: var(--font-weight-regular); -} - .event-link { color: #333; text-decoration: none; @@ -183,6 +177,7 @@ margin-bottom: 0.5rem; position: relative; display: inline-block; + font-size: 2rem; } .event-title::after { @@ -200,6 +195,7 @@ color: #666; font-weight: var(--font-weight-light); margin-top: 1rem; + font-size: 1.25rem; } /* Responsive adjustments for titles */ diff --git a/core/templates/core/event_page.html b/core/templates/core/event_page.html index 161a180..9087240 100644 --- a/core/templates/core/event_page.html +++ b/core/templates/core/event_page.html @@ -71,9 +71,9 @@
-

{{ self.title }}

+

{{ self.title }}

{% if self.subtitle %} -

{{ self.subtitle }}

+

{{ self.subtitle }}

{% endif %}