diff --git a/docfx/docfx_project/templates/artemis/styles/artemis.css b/docfx/docfx_project/templates/artemis/styles/artemis.css index 34d634885..2024ec68d 100644 --- a/docfx/docfx_project/templates/artemis/styles/artemis.css +++ b/docfx/docfx_project/templates/artemis/styles/artemis.css @@ -6,6 +6,11 @@ width: 320px; } +@media only screen and (max-width: 768px) +.article.grid-right { + margin-left: 0; +} + .article.grid-right { margin-left: 340px; }