From d7cbee6e18dfacdf2f4a12c7ca692dd0863c2470 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 5 Apr 2026 21:38:02 +0000 Subject: [PATCH] logo smaller --- core/templates/core/calendar_embed.html | 2 +- static/css/custom.css | 7 +++++++ staticfiles/css/custom.css | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/core/templates/core/calendar_embed.html b/core/templates/core/calendar_embed.html index ecb6220..e5aeaed 100644 --- a/core/templates/core/calendar_embed.html +++ b/core/templates/core/calendar_embed.html @@ -10,7 +10,7 @@ {% if show_embed_header %}
- Just Roasted Coffee logo + Embeddable widget

Where to find us

Tap a date to see the event name, time window, and event link.

diff --git a/static/css/custom.css b/static/css/custom.css index a0c065b..1f1e414 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -616,6 +616,13 @@ span { max-width: none; } +.embed-logo { + display: block; + width: auto; + height: 13px; + max-width: none; +} + .embed-section .calendar-card { background: transparent; border: 0; diff --git a/staticfiles/css/custom.css b/staticfiles/css/custom.css index a0c065b..1f1e414 100644 --- a/staticfiles/css/custom.css +++ b/staticfiles/css/custom.css @@ -616,6 +616,13 @@ span { max-width: none; } +.embed-logo { + display: block; + width: auto; + height: 13px; + max-width: none; +} + .embed-section .calendar-card { background: transparent; border: 0;