diff --git a/Web/css/mobile.less b/Web/css/mobile.less index 0e70c073e..363e5aa25 100644 --- a/Web/css/mobile.less +++ b/Web/css/mobile.less @@ -749,42 +749,42 @@ @media screen and (max-width: 500px) { .mobile_table_contents { - top: 106px; + top: 106px; } - .maincontent.modules { - margin-top: -60px; - } + .maincontent.modules { + margin-top: -60px; + } - .headerButtonMobile { - display: block !important; - width: 100%; - border-radius: 0 !important; - } + .headerButtonMobile { + display: block !important; + width: 100%; + border-radius: 0 !important; + } - header { - height: 106px; - } + header { + height: 106px; + } - .narrowheader .headerButton { - display: none; - } + .narrowheader .headerButton { + display: none; + } - .narrowheader { - width: 100%; + .narrowheader { + width: 100%; - .logo { - margin: auto; + .logo { + margin: auto; - a { - height: 40px; - } + a { + height: 40px; } } + } - .watchvideo_block { - display: none; - } + .watchvideo_block { + display: none; + } .InnerPage { div.description { @@ -802,32 +802,32 @@ } } - .InnerPage { - p { - padding: 10px 0px; - } + .InnerPage { + p { + padding: 10px 0px; + } - .name-icon-program { - padding: 0px; - } + .name-icon-program { + padding: 0px; + } - .MainHelpCenter { - h1 { - margin: 10px 0px 0px; - word-break: break-word; - } - } - - .block-editor { - margin-right: 0px; - - span { - margin-right: 10px; - margin-top: 5px; - } + .MainHelpCenter { + h1 { + margin: 10px 0px 0px; + word-break: break-word; } } + .block-editor { + margin-right: 0px; + + span { + margin-right: 10px; + margin-top: 5px; + } + } + } + .MainHelpCenter { width: 100%; }