diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 597e99c..4d2c482 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -78,6 +78,11 @@ @media (max-width: 750px) { div.fullwidth div.double { width: 100%; + padding: 15px; + } + div.fullwidth img { + margin-top: 0px; + margin-bottom: 0px; } }