logo smaller
This commit is contained in:
parent
803f8c3d0a
commit
d7cbee6e18
@ -10,7 +10,7 @@
|
|||||||
{% if show_embed_header %}
|
{% 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 class="embed-header d-flex flex-column flex-md-row justify-content-between gap-3 align-items-md-center">
|
||||||
<div>
|
<div>
|
||||||
<img src="{% static 'images/just-roasted-coffee-logo.png' %}" alt="Just Roasted Coffee logo" height="52" class="mb-3 d-block">
|
<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">
|
||||||
<span class="eyebrow-pill">Embeddable widget</span>
|
<span class="eyebrow-pill">Embeddable widget</span>
|
||||||
<h1 class="section-title mb-2">Where to find us</h1>
|
<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>
|
<p class="section-copy mb-0">Tap a date to see the event name, time window, and event link.</p>
|
||||||
|
|||||||
@ -616,6 +616,13 @@ span {
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.embed-logo {
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
height: 13px;
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
.embed-section .calendar-card {
|
.embed-section .calendar-card {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
@ -616,6 +616,13 @@ span {
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.embed-logo {
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
height: 13px;
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
.embed-section .calendar-card {
|
.embed-section .calendar-card {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user