aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/blockquote.html
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:46:35 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:46:35 +0200
commit748564be8a54f07761eea87c1bb84009e16a8593 (patch)
tree743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/partials/blockquote.html
parent7163e7d16db40a3382167dcec145cd033114227a (diff)
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/partials/blockquote.html')
-rw-r--r--site/layouts/partials/blockquote.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/site/layouts/partials/blockquote.html b/site/layouts/partials/blockquote.html
index 6f432bd..85920f0 100644
--- a/site/layouts/partials/blockquote.html
+++ b/site/layouts/partials/blockquote.html
@@ -1,6 +1,6 @@
-<div class="mw6 center mb3">
- <blockquote class="bg-grey-1 primary pa3 mb3 br1 b">
- <p class="f4 mb0">{{.quote}}</p>
- <cite class="tr db grey-3">{{.author}}</cite>
- </blockquote>
+<div class="center mb3 ph3">
+ <blockquote class="bg-grey-1 primary pa3 mb3 br1 b mw6 center">
+ <p class="f4 mb0">{{.quote}}</p>
+ <cite class="tr db grey-3">{{.author}}</cite>
+ </blockquote>
</div>