diff --git a/core/templates/core/calendar_embed.html b/core/templates/core/calendar_embed.html
index e5aeaed..0a149bc 100644
--- a/core/templates/core/calendar_embed.html
+++ b/core/templates/core/calendar_embed.html
@@ -10,7 +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 1f1e414..7120499 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -619,7 +619,7 @@ span {
.embed-logo {
display: block;
width: auto;
- height: 13px;
+ height: 16px;
max-width: none;
}
diff --git a/staticfiles/css/custom.css b/staticfiles/css/custom.css
index 1f1e414..7120499 100644
--- a/staticfiles/css/custom.css
+++ b/staticfiles/css/custom.css
@@ -619,7 +619,7 @@ span {
.embed-logo {
display: block;
width: auto;
- height: 13px;
+ height: 16px;
max-width: none;
}