diff options
Diffstat (limited to 'templates')
-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; |