Skip to content

Commit 5c287bb

Browse files
committed
Fix blog post spacing
1 parent 3ddcf39 commit 5c287bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_posts/2021-01-23-the-block-probably-bulmas-most-important-feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ It exists as its own `.block` CSS class, but its properties are also used on **m
1414
For example, if you were to combine a `notification`, and a `pagination`, they would be **automatically spaced evenly**:
1515

1616
<div class="block is-size-6" style="margin-left: auto; margin-right: auto; max-width: 80%; padding: 1.5rem;">
17-
<p class="title">Newsletter</p>
17+
<p class="title mb-5">Newsletter</p>
1818

1919
<div class="notification is-success">
2020
451 new subscribers this month.
2121
</div>
2222

23-
<table class="table is-bordered is-striped is-hoverable is-fullwidth">
23+
<table class="table mb-5 is-bordered is-striped is-hoverable is-fullwidth">
2424
<thead>
2525
<tr>
2626
<th>Name</th>

0 commit comments

Comments
 (0)