diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-16 14:06:55 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-16 14:06:55 +0100 |
commit | b785f368415a08143250394d7fbf9cf594abe46a (patch) | |
tree | 5ba49228a6d19cc7513ad95b89458fbffef88b44 /public | |
parent | 31be7d12b8c9b1a2ad163e65808a28656adfbb45 (diff) |
fix error styling
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/style.css | 7 |
1 files 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 { |