mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Fix various typos in documentation (#1035)
* Fixing various grammatical errors in /index.html * fixed "add your own colors" thing * Fixed grammatical errors on various documentation pages * Update documentation.html * Update tiles.html * Update tiles.html * fixing footer * Update hero * Update index.html * Update index.html * Removed change in classes
This commit is contained in:
committed by
Jeremy Thomas
parent
ce13d3ff4c
commit
306253b81d
@@ -57,7 +57,7 @@ route: index
|
||||
<i class="fa fa-desktop"></i>
|
||||
</span>
|
||||
<p class="title is-4"><strong>Responsive</strong></p>
|
||||
<p class="subtitle">Designed for <strong>mobile</strong>-first</p>
|
||||
<p class="subtitle">Designed for <strong>mobile</strong> first</p>
|
||||
</a>
|
||||
<a class="column has-text-centered" href="{{ site.url }}/documentation/overview/modular/">
|
||||
<span class="icon is-large">
|
||||
@@ -201,7 +201,7 @@ route: index
|
||||
Magic <strong>tiles</strong>
|
||||
</a>
|
||||
</h3>
|
||||
<h4 class="subtitle is-4">A single element for a Metro UI CSS grid</h4>
|
||||
<h4 class="subtitle is-4">A single element for a Metro UI-style CSS grid</h4>
|
||||
<div class="tile is-ancestor">
|
||||
<div class="tile is-vertical is-8">
|
||||
<div class="tile">
|
||||
@@ -518,7 +518,7 @@ route: index
|
||||
<span class="icon">
|
||||
<i class="fa fa-book"></i>
|
||||
</span>
|
||||
<span>Check the <strong>Docs</strong></span>
|
||||
<span>Check the <strong>docs</strong></span>
|
||||
</a>
|
||||
<a class="button is-black is-large" href="{{ site.github }}">
|
||||
<span class="icon">
|
||||
|
||||
Reference in New Issue
Block a user