diff --git a/resources/cheatsheet/index_files/cheatsheet.css b/resources/cheatsheet/index_files/cheatsheet.css index 77aa0f23c61d4b87230af93e3d8d0b55bb82fba2..123ff36eae710c0afe25f1b825c7284058571206 100644 --- a/resources/cheatsheet/index_files/cheatsheet.css +++ b/resources/cheatsheet/index_files/cheatsheet.css @@ -2,6 +2,18 @@ body { scroll-behavior: smooth; } +@media (min-width: 1200px) { + .block-system-main-block { + display: grid; + grid-template-rows: auto; + grid-template-columns: 1fr 4fr 1fr; + gap: 1rem; + margin-top: -4rem; + position: relative; + z-index: -1; + } +} + /** * Bootstrap "Journal code" icon * @link https://icons.getbootstrap.com/icons/journal-code/