summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-16 14:53:05 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-16 14:53:05 +0100
commitb9f02ee847d03407fefaa94a1699c36c77bb13fb (patch)
tree382cb9577279bf34bf8c46ffaf81ce6d2c5a1557
parent5f566c792457e82a7edd3dbe9a858ad385d87c60 (diff)
downloadkyblo-b9f02ee847d03407fefaa94a1699c36c77bb13fb.tar.xz
Maxe body max-width 60rem
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index c12039c..026b654 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -9,7 +9,7 @@ html {
font-size:62.5%;
}
body {
- max-width: 75rem;
+ max-width: 60rem;
}
a, a:visited {
text-decoration: none;