diff --git a/docs/css/site.css b/docs/css/site.css index 2a39e3a..2badbf8 100644 --- a/docs/css/site.css +++ b/docs/css/site.css @@ -60,3 +60,12 @@ p { fill: #6386EC; margin: 20px 10px; } + +@media only screen and (max-width: 480px) { + p, h1 { + margin-bottom: 1em; + } + img.img-install { + width: 100% !important; + } +} diff --git a/docs/index.html b/docs/index.html index ba4f122..b0573c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ KeeWeb plugins + @@ -12,7 +13,7 @@

Want to create your own plugin? Here's a plugin creation tool page.

How to install plugins

Go to Settings → Plugins and click Load plugin gallery:

- +