mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Improve wording of container usage description
The word "either" is meant to be used for two things, but the list contains 4 items. Proposing that "either" is replaced with "one of the following" for improved grammar.
This commit is contained in:
parent
bd1b032be8
commit
f74cfc4475
@ -101,7 +101,7 @@ meta:
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
The <code>container</code> is a simple utility element that allows you to <strong>center</strong> content on larger viewports. It can be used in any context, but mostly as a <strong>direct child</strong> of either:
|
The <code>container</code> is a simple utility element that allows you to <strong>center</strong> content on larger viewports. It can be used in any context, but mostly as a <strong>direct child</strong> of one of the following:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>navbar</code></li>
|
<li><code>navbar</code></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user