From 505ea79ee3ca388fb8824d4d034e391144f91cea Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 2 Dec 2018 13:06:53 +0100 Subject: [PATCH] Add 3 historier --- content/posts/3-historier.md | 9 +++++++++ themes/black-and-light/layouts/index.html | 9 +++++++-- themes/black-and-light/layouts/partials/styles.html | 13 +++++++------ 3 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 content/posts/3-historier.md diff --git a/content/posts/3-historier.md b/content/posts/3-historier.md new file mode 100644 index 0000000..0a2331b --- /dev/null +++ b/content/posts/3-historier.md @@ -0,0 +1,9 @@ +--- +title: "3 historier om opstart af kollektiver" +date: 2018-12-02T12:55:02+01:00 +draft: false +--- + +Vi har lavet en lille bog, som du kan hente som PDF her: + +[3 historier om opstart af kollektiver.pdf](/3 historier om opstart af kollektiver.pdf) diff --git a/themes/black-and-light/layouts/index.html b/themes/black-and-light/layouts/index.html index 2b8f04c..51a19de 100644 --- a/themes/black-and-light/layouts/index.html +++ b/themes/black-and-light/layouts/index.html @@ -2,13 +2,18 @@
diff --git a/themes/black-and-light/layouts/partials/styles.html b/themes/black-and-light/layouts/partials/styles.html index b994deb..e79ec2a 100644 --- a/themes/black-and-light/layouts/partials/styles.html +++ b/themes/black-and-light/layouts/partials/styles.html @@ -18,11 +18,6 @@ margin:auto; } - p { - margin: 20px 0; - line-height:130%; - } - a img { border:none; } @@ -190,10 +185,11 @@ width:100%; font-size:15px; padding:60px 0 80px; + margin: 20px 0; } #content h1,#content h2 { - margin-bottom:5px; + margin-bottom:15px; } #content h2 { @@ -212,6 +208,11 @@ margin-left: 45px; } + #content p + { + line-height: 130% !important; + } + .highlight { margin: 10px 0; }