diff --git a/css/styles.css b/css/styles.css
index e378484..2065fb1 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -932,3 +932,9 @@ footer.entry-footer {
height: 100%;
border: 0;
}
+@media all and (max-width: 600px) {
+ p.info + p {
+ height: auto;
+ }
+}
+
diff --git a/header.php b/header.php
index 3f6b923..ecc5e72 100644
--- a/header.php
+++ b/header.php
@@ -45,7 +45,7 @@
echo '';
#echo '';
} else if ($blog_slug == "2021") {
- echo '';
+ echo '';
} else {
echo '';
diff --git a/img/banner-bg-2021.png b/img/banner-bg-2021.png
index bf06bf7..2ce0959 100644
Binary files a/img/banner-bg-2021.png and b/img/banner-bg-2021.png differ
diff --git a/img/banner-en-2021.png b/img/banner-en-2021.png
index b87a473..253c1bd 100644
Binary files a/img/banner-en-2021.png and b/img/banner-en-2021.png differ