]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix blog post spacing
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 24 Jan 2021 12:06:16 +0000 (12:06 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 24 Jan 2021 12:06:16 +0000 (12:06 +0000)
docs/_posts/2021-01-23-the-block-probably-bulmas-most-important-feature.md

index 51bc1c87fbdf054b393dfff29d24b2bebb90c58e..f5c6f37340c269a1749b37f03e3a302143fc9f25 100644 (file)
@@ -14,13 +14,13 @@ It exists as its own `.block` CSS class, but its properties are also used on **m
 For example, if you were to combine a `notification`, and a `pagination`, they would be **automatically spaced evenly**:
 
 <div class="block is-size-6" style="margin-left: auto; margin-right: auto; max-width: 80%; padding: 1.5rem;">
-  <p class="title">Newsletter</p>
+  <p class="title mb-5">Newsletter</p>
 
   <div class="notification is-success">
     451 new subscribers this month.
   </div>
 
-  <table class="table is-bordered is-striped is-hoverable is-fullwidth">
+  <table class="table mb-5 is-bordered is-striped is-hoverable is-fullwidth">
     <thead>
       <tr>
         <th>Name</th>