From ea50ec934dd9c21c251d90db4c137fc6791149a1 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Fri, 16 Mar 2018 18:20:12 +0100 Subject: [PATCH] fix ze see esse yes; --- css/main.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 1353c8f..dd49aca 100644 --- a/css/main.css +++ b/css/main.css @@ -11,6 +11,11 @@ body { line-height: 1.4; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; + + width: 80%; + max-width: 1024px; + margin: auto; + line-height: 1.6; } body > section:last-of-type { flex: 1; @@ -21,10 +26,14 @@ section { } header h1 { font-size: 4.0em; - margin: 20px 0; + margin: 50px 0 20px 0; text-align: center; } +section .summary { + margin-bottom: 2em; +} + p { margin: 20px 0; }