From 13ef693f312ca0799291c519fc3c6e06f37fea6b Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Thu, 15 Dec 2016 17:00:36 -0500 Subject: [PATCH] add css for navbar title image --- css/main.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 5f97092..4d2b21b 100644 --- a/css/main.css +++ b/css/main.css @@ -121,6 +121,22 @@ img { color: #0085a1; } +.navbar-custom .navbar-brand-logo { + padding-top: 0; +} +.navbar-custom .navbar-brand-logo img { + height: 50px; + -webkit-transition: height .5s ease-in-out; + -moz-transition: height .5s ease-in-out; + transition: height .5s ease-in-out; +} +.navbar-custom.top-nav-short .navbar-brand-logo { + padding-top: 5px; +} +.navbar-custom.top-nav-short .navbar-brand-logo img { + height: 40px; +} + @media only screen and (min-width: 768px) { .navbar-custom { padding: 20px 0; @@ -625,4 +641,4 @@ td.gutter { #social-share-section { margin-bottom: 30px; -} \ No newline at end of file +}