summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorpaz <paz@nadir.org>2016-09-16 13:30:16 +0200
committerpaz <paz@nadir.org>2016-09-16 13:30:16 +0200
commit5485af0fa88308905230ffb1af4cf646a28ab1f7 (patch)
tree512042ca75283fff623390c10135af4857284162 /_layouts
parent00d11a632de7d79dfe8f25f90c3a946c5302737c (diff)
max-width for body.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a0d7966..3c2ac4e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,6 +13,7 @@
body {
margin: 3%;
font-family: DroidSans, sans-serif;
+ max-width: 50em;
}
#logo {
float: right;