From c6bd3c90713adf1b8556f1c63a982a6f2c75cbc1 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Thu, 20 Aug 2015 00:14:05 +0200 Subject: [PATCH] Adjust logo --- docs/css/app.css | 4 ++-- docs/scss/components/_navigation.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/css/app.css b/docs/css/app.css index 74a33214a..562c956af 100644 --- a/docs/css/app.css +++ b/docs/css/app.css @@ -152,7 +152,7 @@ h1, h2, h3, h4, h5, h6 { background-size: 100%; display: block; width: 100px; - height: 50px; + height: 51px; overflow: hidden; text-indent: -999em; transition: all .2s; @@ -207,7 +207,7 @@ h1, h2, h3, h4, h5, h6 { } .navbar-default .navbar-header .brand .logo { width: 100px; - height: 50px; + height: 51px; } .navbar-default .navbar-header .navbar-nav > .active > a:before, .navbar-default .navbar-header .navbar-nav > .active > a:hover:before, diff --git a/docs/scss/components/_navigation.scss b/docs/scss/components/_navigation.scss index da210b928..0e1c49539 100644 --- a/docs/scss/components/_navigation.scss +++ b/docs/scss/components/_navigation.scss @@ -16,7 +16,7 @@ background-size:100%; display: block; width: 100px; - height: 50px; + height: 51px; overflow:hidden; text-indent:-999em; transition: all .2s; @@ -94,7 +94,7 @@ .brand { .logo { width: 100px; - height: 50px; + height: 51px; } }