From 4545165e784b5be3bf46fea7b241a152282ffe80 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 1 Mar 2021 17:49:53 +0100 Subject: add quote and flavor text --- views/snippets/layout.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'views/snippets/layout.html') diff --git a/views/snippets/layout.html b/views/snippets/layout.html index b788215..416f119 100644 --- a/views/snippets/layout.html +++ b/views/snippets/layout.html @@ -56,6 +56,16 @@ width: 30%; } } + + .quote { + margin-bottom: 3.5rem; + } + .flavor-text { + margin-bottom: 2rem; + } + .flavor-text > h1 { + margin-bottom: 0; + }