aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-29 16:59:06 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-29 16:59:06 +0200
commitd2b059a8a5e1504db246f34fe7ad01a9ca35a5b6 (patch)
tree80ac30de610f3a5202e558eaf30d45ed608b1207 /static/style.css
parentminor cleanup. (diff)
downloadcalp-d2b059a8a5e1504db246f34fe7ad01a9ca35a5b6.tar.gz
calp-d2b059a8a5e1504db246f34fe7ad01a9ca35a5b6.tar.xz
Change time markers width.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 0a866ae6..44477b37 100644
--- a/static/style.css
+++ b/static/style.css
@@ -214,8 +214,8 @@ html, body {
.days {
display: grid;
- grid-template-rows: 4em 4em auto;
- grid-template-columns: 5em auto;
+ grid-template-rows: 4em 4em auto;
+ grid-template-columns: 5ch auto;
width: 100%;
height: 100%;
padding: 0;