mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
fix: documentation button hidden on tablets
- add jekyll cache folder to .gitignore
This commit is contained in:
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@@ -27,3 +27,4 @@ test.scss
|
|||||||
/styles/node_modules
|
/styles/node_modules
|
||||||
/versions
|
/versions
|
||||||
_site
|
_site
|
||||||
|
.jekyll-cache
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user