From 770eaa0a2ba0174f20aa55980e2de62fdd1e1e7e Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Fri, 16 Aug 2019 16:44:32 +0200 Subject: [PATCH] 3d article overview --- themes/homebrewtheme/static/css/main.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index 1ee953b..d8e00b1 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -136,7 +136,7 @@ a { #manifesto { font-family:'OrkneyRegular'; - width:80%; + width:85%; margin:0 auto; } @@ -144,6 +144,7 @@ a { #post-list { /*display: flex; flex-wrap: wrap;*/ + margin-top:2em; padding-left:0; display: flex; flex-direction: row; @@ -153,7 +154,13 @@ a { } +#post-list a, #post-list p{ + font-size:0.87em; +} +.hentry{ + line-height:1.3em; +} .post-item { max-width: 30%; @@ -193,6 +200,8 @@ h1, h2,h3 { background-color: #EAEAEA; padding:1.4em; margin-bottom:1.4em; + border-width: 1px 1px 4px 4px; + border-style: solid; } .entry-title{