larger logo remove text
This commit is contained in:
parent
c251c57396
commit
c03a0d6158
@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %}Embeddable Calendar Widget{% endblock %}
|
{% block title %}Embedded Calendar{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="embed-section embed-section-wide">
|
<section class="embed-section embed-section-wide">
|
||||||
@ -10,8 +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" class="embed-logo mb-3 d-block" width="53" height="16">
|
<img src="{% static 'images/just-roasted-coffee-logo.png' %}" alt="Just Roasted Coffee logo" class="embed-logo mb-3 d-block" width="80" height="24">
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -619,7 +619,7 @@ span {
|
|||||||
.embed-logo {
|
.embed-logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 16px;
|
height: 24px;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -619,7 +619,7 @@ span {
|
|||||||
.embed-logo {
|
.embed-logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 16px;
|
height: 24px;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user