diff options
| author | horus | 2021-03-01 17:49:53 +0100 |
|---|---|---|
| committer | horus | 2021-03-01 17:49:53 +0100 |
| commit | 4545165e784b5be3bf46fea7b241a152282ffe80 (patch) | |
| tree | 4e118e372f968bf9a6b2f92c555b3b939dab2ae9 /views/snippets/layout.html | |
| parent | c52a91044381fd770c5aa71ec27dda8c9e95dddd (diff) | |
| download | moehring-4545165e784b5be3bf46fea7b241a152282ffe80.tar.gz | |
add quote and flavor text
Diffstat (limited to 'views/snippets/layout.html')
| -rw-r--r-- | views/snippets/layout.html | 10 |
1 files changed, 10 insertions, 0 deletions
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; + } </style> <style> {% block css %} |
