From 3831d699cb6acc73c5f8a7daaf543f229669e68c Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Mon, 26 Dec 2016 15:53:34 +0100 Subject: [PATCH] Change police size for mobile and remove grey in background --- static/css/main.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index d26c07f..02e7999 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -157,9 +157,6 @@ section.main { order: 1; } } -section.header { - background-color: #f7f7f7; -} section.header .container { -webkit-align-items: center; -moz-align-items: center; @@ -197,7 +194,6 @@ section.header .name { font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif; letter-spacing: -0.005rem; text-transform: uppercase; - font-weight: 700; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; @@ -284,9 +280,6 @@ section.header nav ul li:hover { color: #333333; } } -section.icons { - background-color: #f7f7f7; -} section.icons .container { -webkit-align-items: center; -moz-align-items: center; @@ -664,8 +657,8 @@ section.main .content .markdown a code:hover { text-decoration: underline; } section.main .content .markdown p { - /* Invoked by line break */ - font-size: 1.2em; + font-size: 1em; + text-align: justify; line-height: 1.75em; color: #313537; letter-spacing: 0.01rem; @@ -730,6 +723,8 @@ section.main .content .markdown blockquote p:last-child { padding-right: 5rem; padding-left: 1.25rem; } + section.main .content .markdown p { + font-size: 1.2em; } section.main .content .markdown img { margin: 1rem 0;