From 3b887a06aa47516af564686cd6cb6be1b71ca064 Mon Sep 17 00:00:00 2001 From: Anttu Suhonen Date: Thu, 11 Oct 2018 11:53:50 +0300 Subject: [PATCH] Centering stuff --- public/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 7280c366..e695e81f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -133,7 +133,7 @@ input[type="text"] { } #sideBar button { width: 100%; - text-align: left; + text-align: center; } #menuItems { @@ -143,14 +143,14 @@ input[type="text"] { #btnLogout { position: fixed; bottom: 0px; - /* border-top: 2px solid white; */ + text-align: left !important; background-color: #ff6961; width:100%; } #btnLogout i { width: 4em; - height: 4em; + /* height: 4em; */ } #accountItems {