From: Anthony Talarico Date: Mon, 4 Apr 2016 13:27:07 +0000 (-0400) Subject: increasing font size for ngg captions X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c3ce0b3a1cdb8f448c26784afc2e67fcac13495c;p=WP-Themes%2Flaury%2Fnewbreakout.git increasing font size for ngg captions --- diff --git a/css/app.css b/css/app.css index 3a53bd1..e45991f 100644 --- a/css/app.css +++ b/css/app.css @@ -6529,7 +6529,7 @@ main.page-inside #content-wrapper { .ngg-imagebrowser h3 { font-family: "dancing script"; - font-size: 24px; } + font-size: 40px; } #slideshow #caption { background: rgba(0, 0, 0, 0.75); diff --git a/scss/_main.scss b/scss/_main.scss index 286912a..f186aa0 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -97,5 +97,5 @@ main.page-inside { } .ngg-imagebrowser h3{ font-family: "dancing script"; - font-size: 24px; + font-size: 40px; } \ No newline at end of file