diff --git a/material/overrides/main.html b/material/overrides/main.html
index a6757845a..8ab169333 100644
--- a/material/overrides/main.html
+++ b/material/overrides/main.html
@@ -24,5 +24,11 @@
{% endblock %}
{% block announce %}
- Material for MkDocs 5.0.0rc4
+
+
+ Check out squidfunk's latest blog post –
+
+ The Cognitive Complexity of CSS
+
+
{% endblock %}
diff --git a/src/overrides/home.html b/src/overrides/home.html
index 32029aab5..ada5edfb3 100644
--- a/src/overrides/home.html
+++ b/src/overrides/home.html
@@ -96,6 +96,15 @@
border-color: var(--md-accent-fg-color);
}
+ /* [mobile portrait -]: Adjust headline */
+ @media screen and (max-width: 30em) {
+
+ /* Make main headline smaller */
+ .tx-hero h1 {
+ font-size: 1.4rem;
+ }
+ }
+
/* [tablet landscape +]: Display content and image next to each other */
@media screen and (min-width: 60em) {
diff --git a/src/overrides/main.html b/src/overrides/main.html
index 218d6bfa4..e16c227f0 100644
--- a/src/overrides/main.html
+++ b/src/overrides/main.html
@@ -55,5 +55,21 @@
{% block announce %}
- Material for MkDocs 5.0.0rc4
+
+
+ Check out squidfunk's latest blog post –
+
+ The Cognitive Complexity of CSS
+
+
{% endblock %}