diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 1e5f3dd1e38..b627372ed06 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -724,6 +724,9 @@ Landing page vertical-align: top; } +.landing { + display: flex; +} .landing h2 { background-color: transparent; @@ -738,19 +741,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; }