From 64805a5dcb3b2d46d7f165d1e73094249a5e01ad Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Mon, 26 May 2014 00:28:11 +0200 Subject: [PATCH] Improve layout --- index.md | 1 + main.css | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 7ae1682..a0c3165 100644 --- a/index.md +++ b/index.md @@ -3,6 +3,7 @@ layout: main css: main title: Geometria Solida --- +# Lo spazio e la geometria solida # Postulati dello spazio diff --git a/main.css b/main.css index 224eb7a..d430b4a 100644 --- a/main.css +++ b/main.css @@ -1,6 +1,6 @@ body { font-family: "PT Serif", serif; - font-size: 1.2em; + font-size: 1.1em; color: #555; background: #afafaf; } @@ -9,10 +9,16 @@ h1 { text-transform: uppercase; text-align: center; } + h1, h2{ color: #454545; } +p { + margin-top: 2em; + margin-bottom: 2em; +} + img { border: 6px solid #dfdfdf; border-radius: 5px; @@ -21,7 +27,7 @@ img { } #container { - width: 36em; + width: 38em; margin: 2em; margin-left: auto; margin-right: auto;