0.0.161 upd footer max-width

This commit is contained in:
2023-10-01 13:51:32 +03:00
parent c024b74f5b
commit 53c5b2b53e
2 changed files with 12 additions and 3 deletions

View File

@@ -275,7 +275,7 @@ section.register>h1 {
}
footer>div {
max-width: 85%;
max-width: 1440px;
margin: auto;
padding: 40px;
height: 73%;
@@ -328,7 +328,7 @@ footer>div {
.second-footer>div {
max-width: 90%;
max-width: 1440px;
margin: auto;
height: 60px;
width: 100%;
@@ -2153,6 +2153,7 @@ button#send_feedback_form{
font-style: normal;
font-weight: 700;
line-height: 36px;
margin-top: 30px;
}
.tabs>label:not(:first-of-type) {
@@ -2178,6 +2179,9 @@ button#send_feedback_form{
width: 90%;
margin: auto;
}
.pre_bottom_block_static>h2{
margin-top: 100px;
}
.cards_wrapper{
display: flex;
@@ -2332,6 +2336,9 @@ button#send_feedback_form{
flex-direction: column;
align-items: center;
}
.faq_main_page>h2{
margin-top: 100px;
}
details{