windhamdavid 4 years ago
parent
commit
221da8e6ff
1 changed files with 12 additions and 1 deletions
  1. 12 1
      style.css

+ 12 - 1
style.css

@@ -3059,4 +3059,15 @@ p.entry-meta {
 ul.dpe-flexible-posts h4 {
     font-size: 24px;
     text-align: center;
-}
+}
+
+@media only screen and (max-width: 480px) { 
+  .announcement-widget {
+    display:none !important;
+  }
+  ul.dpe-flexible-posts h4 {
+    font-size: 18px;
+    text-align: center;
+  }
+}
+