From 1e0032ceaeb50e0c557f57dd7e1cfb34397b28e3 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 1 Dec 2015 21:41:35 -0200 Subject: #509 - Fixing font size and padding for the user settings header --- web-ui/app/scss/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index c4a05a4b..a7f607e9 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -26,7 +26,7 @@ left: 20px; bottom: 0px; z-index: 1; - padding: 13px 18px; + padding: 10px 16px 10px 18px; background-color: rgba(#3E3A37, 0.9); min-width: 230px; @@ -39,7 +39,7 @@ } h1, i { - font-size: 1.6em; + font-size: 1.2em; color: white; line-height: 1.2em; } -- cgit v1.2.3