aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-12-16 14:06:55 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-12-16 14:06:55 +0100
commitb785f368415a08143250394d7fbf9cf594abe46a (patch)
tree5ba49228a6d19cc7513ad95b89458fbffef88b44
parent31be7d12b8c9b1a2ad163e65808a28656adfbb45 (diff)
fix error styling
-rw-r--r--public/stylesheets/style.css7
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 {