diff --git a/docs/stylesheets/ft.extra.css b/docs/stylesheets/ft.extra.css index f7e1f48d8..8e6f9929a 100644 --- a/docs/stylesheets/ft.extra.css +++ b/docs/stylesheets/ft.extra.css @@ -22,3 +22,7 @@ border-width: 1px; border-radius: 5px; } + +@media screen and (max-width: 700px) { + #widget-wrapper { display: none; } +}