From 25108665af40aa794298a767c8b5c0ae19d84801 Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Fri, 26 Oct 2018 19:51:52 +0200 Subject: [PATCH] added border arround recipe --- style/recipe.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/recipe.css b/style/recipe.css index 69203f2..cd00439 100644 --- a/style/recipe.css +++ b/style/recipe.css @@ -75,3 +75,9 @@ cursor: pointer; user-select: none; } +section.parsedown-section { + padding: 1em; + margin: 1em; + border: 1px solid grey; + border-radius: 5px; +}