diff --git a/doc/global/template/style/offline-dark.css b/doc/global/template/style/offline-dark.css index 1410a6091ab..7f30cf4fa72 100644 --- a/doc/global/template/style/offline-dark.css +++ b/doc/global/template/style/offline-dark.css @@ -692,6 +692,9 @@ Landing page vertical-align: top; } +.landing { + display: flex; +} .landing h2 { background-color: transparent; @@ -706,19 +709,14 @@ Landing page } .col-1 { - display: inline-block; white-space: normal; width: 70%; - height: 100%; - float: left; } .col-2 { - display: inline-block; white-space: normal; width: 20%; margin-left: 5%; - position: relative; top: -20px; }