aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-26 10:43:17 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-26 10:43:17 +0200
commitd0d5dd92a4065dc03626e27e78f5469bb25aeebe (patch)
treefee6e95baa1220cd0fcbff17ce0010969ae630f7 /static/style.css
parentRemove weird file helper. (diff)
downloadcalp-d0d5dd92a4065dc03626e27e78f5469bb25aeebe.tar.gz
calp-d0d5dd92a4065dc03626e27e78f5469bb25aeebe.tar.xz
Made HTML day headers better.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index f20b9430..3c3e7e9d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -90,11 +90,21 @@
.meta {
height: 50px;
width: 100%;
-
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: relative;
}
.meta .dayname {
- font-size: 2em;
+ position: absolute;
+ left: 5;
+ top: 2;
+ color: grey;
+}
+
+.meta .daydate {
+ font-size: 200%;
}
.event {