mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Update block.html - Clarify examples
The example of text inside `div`s without the `.block` class felt awkward.
This commit is contained in:
parent
3765d7bf5a
commit
05efd3cd97
@ -28,13 +28,13 @@ meta:
|
||||
|
||||
{% capture no_block_example %}
|
||||
<div>
|
||||
This text is within a <strong>block</strong>.
|
||||
This text is not within a <strong>block</strong>.
|
||||
</div>
|
||||
<div>
|
||||
This text is within a longer <strong>second block</strong>. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
|
||||
This text isn't within a <strong>block</strong> either. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
|
||||
</div>
|
||||
<div>
|
||||
This text is within a <strong>third block</strong>. This block has no margin at the bottom.
|
||||
This text is also not within a <strong>block</strong>.
|
||||
</div>
|
||||
{% endcapture %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user