fixed navigation

This commit is contained in:
SvetlanaLisina 2021-05-12 10:55:44 +03:00
parent 9e67d1bb50
commit 9dde3bafec

View File

@ -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%;
}