|
@@ -48,36 +48,36 @@ route: index
|
|
|
<nav class="columns">
|
|
|
<a class="column has-text-centered" href="{{ site.url }}/documentation/overview/responsiveness/">
|
|
|
<span class="icon is-large" style="margin-right: -15px;">
|
|
|
- <i class="fa fa-mobile"></i>
|
|
|
+ <i class="fa fa-3x fa-mobile"></i>
|
|
|
</span>
|
|
|
<span class="icon is-large">
|
|
|
- <i class="fa fa-tablet"></i>
|
|
|
+ <i class="fa fa-3x fa-tablet"></i>
|
|
|
</span>
|
|
|
<span class="icon is-large" style="margin-right: 10px;">
|
|
|
- <i class="fa fa-desktop"></i>
|
|
|
+ <i class="fa fa-3x fa-desktop"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4"><strong>Responsive</strong></p>
|
|
|
+ <p class="title is-4" style="margin-top: 0.5em;"><strong>Responsive</strong></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">
|
|
|
- <i class="fa fa-cubes"></i>
|
|
|
+ <i class="fa fa-3x fa-cubes"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4"><strong>Modular</strong></p>
|
|
|
+ <p class="title is-4" style="margin-top: 0.5em;"><strong>Modular</strong></p>
|
|
|
<p class="subtitle">Just import what you <strong>need</strong></p>
|
|
|
</a>
|
|
|
<a class="column has-text-centered" href="{{ site.url }}/documentation/columns/basics/">
|
|
|
<span class="icon is-large">
|
|
|
- <i class="fa fa-css3"></i>
|
|
|
+ <i class="fa fa-3x fa-css3"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4"><strong>Modern</strong></p>
|
|
|
+ <p class="title is-4" style="margin-top: 0.5em;"><strong>Modern</strong></p>
|
|
|
<p class="subtitle">Built with <strong>Flexbox</strong></p>
|
|
|
</a>
|
|
|
<a class="column has-text-centered" href="{{ site.github }}">
|
|
|
<span class="icon is-large">
|
|
|
- <i class="fa fa-github"></i>
|
|
|
+ <i class="fa fa-3x fa-github"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4"><strong>Free</strong></p>
|
|
|
+ <p class="title is-4" style="margin-top: 0.5em;"><strong>Free</strong></p>
|
|
|
<p class="subtitle">Open source on <strong>GitHub</strong></p>
|
|
|
</a>
|
|
|
</nav>
|