mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix swapped titles in grid-cells doc
This commit is contained in:
parent
43b879db25
commit
deb3ca356a
@ -90,7 +90,7 @@ Each Bulma grid is comprised of several **cells**. You can adjust the width and
|
||||
{% endcapture %}
|
||||
|
||||
{% capture markdown %}
|
||||
Change which column a cell ends at, counting from the end.
|
||||
Change which column a cell starts at.
|
||||
{% endcapture %}
|
||||
|
||||
{% include markdown.html content=markdown %}
|
||||
@ -130,7 +130,7 @@ Change which column a cell ends at, counting from the end.
|
||||
{% endcapture %}
|
||||
|
||||
{% capture markdown %}
|
||||
Change which column a cell starts at.
|
||||
Change which column a cell ends at, counting from the end.
|
||||
{% endcapture %}
|
||||
|
||||
{% include markdown.html content=markdown %}
|
||||
|
Loading…
Reference in New Issue
Block a user