From f236e7b709bc6ac041d2b62b57db8c92e639c694 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 27 Dec 2014 19:22:27 +0100 Subject: [PATCH] css changes --- app/assets/stylesheets/scss/navbar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/scss/navbar.scss b/app/assets/stylesheets/scss/navbar.scss index ed081754..c203f271 100644 --- a/app/assets/stylesheets/scss/navbar.scss +++ b/app/assets/stylesheets/scss/navbar.scss @@ -70,7 +70,7 @@ border-radius: 100%; box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 6px rgba(0, 0, 0, 0.12); margin: 0px; - padding: 15px; + padding: 4px 5px 4px 8px; font-size: 26px; width: 56px; height: 56px; @@ -78,9 +78,9 @@ outline: medium none !important; text-transform: uppercase; text-decoration: none; - position: absolute; + position: fixed; bottom: 0px; right: 0px; - margin-right: 5px; - margin-bottom: 5px; + margin-right: 7px; + margin-bottom: 7px; } \ No newline at end of file