]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fix: documentation button hidden on tablets
authorRui Lima <rui@exoticos-braga.com>
Thu, 17 Oct 2019 09:53:33 +0000 (10:53 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 17 Oct 2019 10:49:01 +0000 (11:49 +0100)
- add jekyll cache folder to .gitignore

docs/.gitignore
docs/_includes/global/navbar.html

index a45e40535e8e0056971bd9c23d7cd5436f64cecd..720e68ede4cc0abd3241ea6c614f96f33e44a431 100644 (file)
@@ -27,3 +27,4 @@ test.scss
 /styles/node_modules
 /versions
 _site
+.jekyll-cache
index 20cb99ef1383e03017431c9175a2f6c8e8a21fe1..aa69c1bb33ba929feeaf6e0f59f3113a15a227fb 100644 (file)
@@ -33,7 +33,7 @@
         <span class="is-hidden-touch is-hidden-widescreen">
           Docs
         </span>
-        <span class="is-hidden-tablet-only is-hidden-desktop-only">
+        <span class="is-hidden-desktop-only">
           Documentation
         </span>
       </a>