From f86383fdfd41a1ca7b43328332b8d00f7c10639c Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 7 Apr 2021 21:59:04 +0200 Subject: [PATCH 1/2] API docs - Fixed margin on mobile [skip ci] --- docfx/docfx_project/templates/artemis/styles/artemis.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docfx/docfx_project/templates/artemis/styles/artemis.css b/docfx/docfx_project/templates/artemis/styles/artemis.css index 34d634885..a4efa239b 100644 --- a/docfx/docfx_project/templates/artemis/styles/artemis.css +++ b/docfx/docfx_project/templates/artemis/styles/artemis.css @@ -10,6 +10,11 @@ margin-left: 340px; } +@media only screen and (max-width: 768px) +.article.grid-right { + margin-left: 0; +} + @media (min-width: 1500px) { .container { width: 1470px; From f9ef0613aee6b1f930fa2a522160b1ebea28d7a7 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 7 Apr 2021 22:06:32 +0200 Subject: [PATCH 2/2] API docs - I forgot how to CSS [skip ci] --- docfx/docfx_project/templates/artemis/styles/artemis.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docfx/docfx_project/templates/artemis/styles/artemis.css b/docfx/docfx_project/templates/artemis/styles/artemis.css index a4efa239b..2024ec68d 100644 --- a/docfx/docfx_project/templates/artemis/styles/artemis.css +++ b/docfx/docfx_project/templates/artemis/styles/artemis.css @@ -6,15 +6,15 @@ width: 320px; } -.article.grid-right { - margin-left: 340px; -} - @media only screen and (max-width: 768px) .article.grid-right { margin-left: 0; } +.article.grid-right { + margin-left: 340px; +} + @media (min-width: 1500px) { .container { width: 1470px;