Sensible responsiveness for tiny images titles
authorLaury GvR <laury@gaslightmedia.com>
Fri, 8 Apr 2016 23:11:25 +0000 (19:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 8 Apr 2016 23:11:25 +0000 (19:11 -0400)
css/app.css
scss/plugins/_nextgen.scss

index d147d23..9dd9db0 100644 (file)
@@ -7026,6 +7026,12 @@ h2#block-title {
   #gallery-glmphotos-light-3 .photoTitle a:hover, #gallery-glmphotos-light-5 .photoTitle a:hover {
     text-decoration: none; }
 
+#gallery-glmphotos-light-5 a {
+  font-size: 14px; }
+@media only screen and (max-width: 40em) {
+  #gallery-glmphotos-light-5 .photoTitle {
+    display: none; } }
+
 /* End styles for specific templates*/
 .gform_wrapper ul li.gfield {
   clear: none !important;
index f9bab46..f056bba 100644 (file)
     
 }
 
+// gallery-glmphotos-light-5
+#gallery-glmphotos-light-5 {
+    a {
+        font-size: 14px;
+    }
+    @media #{$small-only} {
+        .photoTitle {
+            display: none;
+        }
+    }
+}
+
 /* End styles for specific templates*/