mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix blog post spacing
This commit is contained in:
parent
3ddcf39110
commit
5c287bbc87
@ -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**:
|
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;">
|
<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">
|
<div class="notification is-success">
|
||||||
451 new subscribers this month.
|
451 new subscribers this month.
|
||||||
</div>
|
</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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user