From e6521df9b92b7b07ca8a8eea00c7c19949f8ee22 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 23 Apr 2020 13:55:00 -0700 Subject: [PATCH] paragrapphs no longer displayed inline as they should --- partials/header.html | 2 +- root/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/partials/header.html b/partials/header.html index 5720ce1..37eb2d9 100644 --- a/partials/header.html +++ b/partials/header.html @@ -8,7 +8,7 @@ - + diff --git a/root/style.css b/root/style.css index becb061..9e3618a 100644 --- a/root/style.css +++ b/root/style.css @@ -15,10 +15,10 @@ a { blockquote { border-left: 10px solid #1f8dd6; } - p { - display: inline; - margin-left: 1em; - } + +p { + margin-left: 1em; +} .pure-img-responsive {