aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/blog/blog.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css
index 22ca90c81..575076a8d 100644
--- a/docs/examples/blog/blog.css
+++ b/docs/examples/blog/blog.css
@@ -161,3 +161,6 @@ h6, .h6 {
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
+.blog-footer p:last-child {
+ margin-bottom: 0;
+}