From 7e57fa594f5738caa69f1e229dd5a2b5250f179e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 12 Jul 2017 16:56:41 -0400 Subject: [PATCH] Stylesheet version bump --- css/app.css | 3 ++- header.php | 2 +- scss/_page.footer.scss | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 662eb30..5f93be8 100644 --- a/css/app.css +++ b/css/app.css @@ -8213,7 +8213,8 @@ footer#main { footer#main .footer-left .footer-logo img { max-width: 150px; } footer#main .footer-members-only { - font-size: 16px; } + font-size: 17px; + text-decoration: underline; } footer#main .address { margin-top: 20px; } diff --git a/header.php b/header.php index 432be95..9efeac1 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 15baedb..059aaec 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -61,7 +61,8 @@ footer#main { } .footer-members-only { - font-size: 16px; + font-size: 17px; + text-decoration: underline; } .address { margin-top: 20px; -- 2.17.1