mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14: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
|
||||
/versions
|
||||
_site
|
||||
.jekyll-cache
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user