diff options
Diffstat (limited to 'views/snippets')
| -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 %} |
