aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 16:53:36 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 16:53:36 +0100
commit6d5b410aba259362580e39e20d5a04dce95f8d31 (patch)
tree8f99da247882d88cd5b0a593fc5ac84a47241b0a /static
parentCalendar table now not larger than allowed. (diff)
downloadcalp-6d5b410aba259362580e39e20d5a04dce95f8d31.tar.gz
calp-6d5b410aba259362580e39e20d5a04dce95f8d31.tar.xz
minor cleanup.
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 96bd47f4..b013e5b7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -111,7 +111,7 @@ body {
}
.root main {
- max-width: calc(100% - 20em);
+ /* max-width: calc(100% - 20em); */
display: flex;
flex-direction: column;
flex-grow: 1;