diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-16 14:53:05 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-16 14:53:05 +0100 |
commit | b9f02ee847d03407fefaa94a1699c36c77bb13fb (patch) | |
tree | 382cb9577279bf34bf8c46ffaf81ce6d2c5a1557 /templates/layout.html | |
parent | 5f566c792457e82a7edd3dbe9a858ad385d87c60 (diff) | |
download | kyblo-b9f02ee847d03407fefaa94a1699c36c77bb13fb.tar.xz |
Maxe body max-width 60rem
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
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; |