think I have the responsive aspect of the slideshow done, for now
authorIan Weller <ian@gaslightmedia.com>
Mon, 11 Apr 2016 19:33:21 +0000 (15:33 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 11 Apr 2016 19:33:21 +0000 (15:33 -0400)
css/app.css
scss/_slideshow.scss

index fab9d51..4231077 100644 (file)
@@ -6721,9 +6721,12 @@ h2#block-title {
       letter-spacing: 0.1em;
       font-size: 18px;
       padding: 0;
-      margin-bottom: 25px;
+      margin-bottom: 15px;
       position: relative; }
-      @media screen and (max-width: 1024px) {
+      @media screen and (max-width: 1199px) {
+        #slideshow .nivo-caption p {
+          font-size: 16px; } }
+      @media screen and (max-width: 1048px) {
         #slideshow .nivo-caption p {
           display: none; } }
     #slideshow .nivo-caption a.button {
index 328d464..3eb8b6a 100644 (file)
             letter-spacing: 0.1em;
             font-size: 18px;
             padding: 0;
-            margin-bottom: 25px;
+            margin-bottom: 15px;
             position: relative;
-            @media screen and (max-width: 1024px) {
+            @media screen and (max-width: 1199px) {
+                font-size: 16px;
+            }
+            @media screen and (max-width: 1048px) {
                 display: none;
             }
         }