]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix home icons
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 7 Oct 2017 16:34:16 +0000 (17:34 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 7 Oct 2017 16:34:16 +0000 (17:34 +0100)
docs/index.html

index 307fe936d58eb14754f07cb3242e8ca4768d8ce1..a4bea9d3ed4b2b55ada5656aa2708dec3d5ce77f 100644 (file)
@@ -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>