From b785f368415a08143250394d7fbf9cf594abe46a Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 16 Dec 2016 14:06:55 +0100 Subject: fix error styling --- public/stylesheets/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3ba1e4c..11bec66 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -374,10 +374,9 @@ body.no-input #week-selector { } .error { - display: flex; - justify-content: center; - align-items: center; - background-color: #ececec; + text-align: center; + margin-top: 100px; + padding: 16px; } body.week-selector-not-visible #search { -- cgit v1.1