diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml
index 2c6f20980..034771a40 100644
--- a/layouts/templates/base.shtml
+++ b/layouts/templates/base.shtml
@@ -109,6 +109,13 @@
color: #352891;
}
}
+
+ @media only screen and (max-width: 490px) {
+ .mascot {
+ flex-wrap: wrap;
+ margin-bottom: 1rem;
+ }
+ }