From c03a0d6158053edd0735f5ef1f51e3a20f3b37d4 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 5 Apr 2026 22:04:36 +0000 Subject: [PATCH] larger logo remove text --- core/templates/core/calendar_embed.html | 5 ++--- static/css/custom.css | 2 +- staticfiles/css/custom.css | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core/templates/core/calendar_embed.html b/core/templates/core/calendar_embed.html index 0a149bc..7c8e269 100644 --- a/core/templates/core/calendar_embed.html +++ b/core/templates/core/calendar_embed.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load static %} -{% block title %}Embeddable Calendar Widget{% endblock %} +{% block title %}Embedded Calendar{% endblock %} {% block content %}
@@ -10,8 +10,7 @@ {% if show_embed_header %}
- - 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 7120499..2920fc4 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -619,7 +619,7 @@ span { .embed-logo { display: block; width: auto; - height: 16px; + height: 24px; max-width: none; } diff --git a/staticfiles/css/custom.css b/staticfiles/css/custom.css index 7120499..2920fc4 100644 --- a/staticfiles/css/custom.css +++ b/staticfiles/css/custom.css @@ -619,7 +619,7 @@ span { .embed-logo { display: block; width: auto; - height: 16px; + height: 24px; max-width: none; }