logo 25% larger

This commit is contained in:
Flatlogic Bot 2026-04-05 21:39:30 +00:00
parent d7cbee6e18
commit c251c57396
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
{% if show_embed_header %}
<div class="embed-header d-flex flex-column flex-md-row justify-content-between gap-3 align-items-md-center">
<div>
<img src="{% static 'images/just-roasted-coffee-logo.png' %}" alt="Just Roasted Coffee logo" class="embed-logo mb-3 d-block" width="42" height="13">
<img src="{% static 'images/just-roasted-coffee-logo.png' %}" alt="Just Roasted Coffee logo" class="embed-logo mb-3 d-block" width="53" height="16">
<span class="eyebrow-pill">Embeddable widget</span>
<h1 class="section-title mb-2">Where to find us</h1>
<p class="section-copy mb-0">Tap a date to see the event name, time window, and event link.</p>

View File

@ -619,7 +619,7 @@ span {
.embed-logo {
display: block;
width: auto;
height: 13px;
height: 16px;
max-width: none;
}

View File

@ -619,7 +619,7 @@ span {
.embed-logo {
display: block;
width: auto;
height: 13px;
height: 16px;
max-width: none;
}