From 8b392fcc5614c285309a983c41d95f035db64e51 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 15 May 2015 09:58:45 +0300 Subject: [PATCH] Style: body container got min height --- app/assets/stylesheets/shared/general.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/shared/general.sass b/app/assets/stylesheets/shared/general.sass index 1bc204b09..b0b11c9aa 100644 --- a/app/assets/stylesheets/shared/general.sass +++ b/app/assets/stylesheets/shared/general.sass @@ -1,3 +1,6 @@ +body > .container + min-height: 800px + .error-tab > a color: #a94442 !important