From 6ef130ebae3b8e1fd75559127a6992254f56590d Mon Sep 17 00:00:00 2001 From: Maxim Colls Date: Wed, 13 Jun 2018 17:49:46 +0100 Subject: [PATCH] Readjusted footer and content margins --- app/assets/stylesheets/application.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 251678d..3cd589a 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -14,7 +14,7 @@ html { .content { min-height: 500px; - margin-bottom: 36px; + margin-bottom: 76px; } .actions-menu { @@ -419,7 +419,7 @@ form .checkbox input[type="checkbox"] { .vertical-align { position: absolute; - top: 48%; + top: 46%; left: 50%; transform: translate(-50%, -50%); width: 100%;