diff options
Diffstat (limited to 'public/stylesheets')
-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 { |