This commit is contained in:
SvetlanaLisina 2020-12-30 16:18:51 +03:00 committed by svetlana maleeva
parent 7388516732
commit bd2666ace0
2 changed files with 11 additions and 8 deletions

View File

@ -5790,10 +5790,6 @@ em.error_text {
@media screen and (max-width: 650px) {
a.text-container-link-changelog {
float: none;
}
.InnerPage div.description .GettingStarted ul.TableOfContents {
margin: 10px 0px 20px;
}
@ -5848,10 +5844,13 @@ em.error_text {
}
.screen_text {
a.text-container-link-changelog {
margin-top: -70px;
a.text-container-link-changelog {
float: none;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0;
}
}
}
#mainPage.InnerPage {
@ -5894,6 +5893,10 @@ em.error_text {
@media screen and (max-width: 600px) {
.textHelpContainer .text-content .changelog-release-date {
margin: 0px 0 0;
}
#mainPage.InnerPage .faq_pricing_block ul.list_with_orange_markers {
padding-left: 20px;
width: 90%;

View File

@ -784,7 +784,7 @@
.page_download_button {
.download_button_description {
float: none;
margin: 0px 0px 0;
margin: 10px 0px 0;
}
}