CSS: Fix cover padding for mobile
diff --git a/css/style.css b/css/style.css
index cda85a5..59bb929 100644
--- a/css/style.css
+++ b/css/style.css
@@ -201,6 +201,8 @@
     background-color: #0080ff; }
   .cover.bottom {
     padding: 10% 0 10% 0; }
+  @media (max-width: 550px) {
+    .cover, .cover.bottom {padding: 17.5% 0 17.5% 0; } }
 
 .headline {
   padding-top: 6.25em; }