fix: documentation button hidden on tablets

- add jekyll cache folder to .gitignore
This commit is contained in:
Rui Lima 2019-10-17 10:53:33 +01:00 committed by Jeremy Thomas
parent 11c44b0922
commit c506e3f720
2 changed files with 2 additions and 1 deletions

1
docs/.gitignore vendored
View File

@ -27,3 +27,4 @@ test.scss
/styles/node_modules /styles/node_modules
/versions /versions
_site _site
.jekyll-cache

View File

@ -33,7 +33,7 @@
<span class="is-hidden-touch is-hidden-widescreen"> <span class="is-hidden-touch is-hidden-widescreen">
Docs Docs
</span> </span>
<span class="is-hidden-tablet-only is-hidden-desktop-only"> <span class="is-hidden-desktop-only">
Documentation Documentation
</span> </span>
</a> </a>