0.0.187 media 360px footer

This commit is contained in:
2023-10-31 17:20:01 +03:00
parent 04daddefa7
commit ad9e6aa6b9
2 changed files with 54 additions and 8 deletions

View File

@@ -183,6 +183,50 @@
display: none; display: none;
} }
/* footer*/
.first-column>div:first-child{
text-align: center;
margin: 40px 0;
}
.first-column>div:nth-child(2)>div:first-child{
text-align: center;
}
footer{
height: unset;
margin-top: unset;
}
footer>div{
padding: 10px;
height: unset;
}
.left-column,
.right-column,
.first-column,
.second-column,
.third-column
{
width: unset;
float: unset;
text-align: center;
}
/*.sf_1_column{*/
/* padding: unset;*/
/*}*/
.second-footer>div{
text-align: center;
}
.second-footer>div>div{
padding: unset;
padding-bottom: 15px;
}
/* footer*/

View File

@@ -1966,14 +1966,15 @@ button#more_button{
margin-bottom: 10px; margin-bottom: 10px;
} }
.benefit_img_about_service>figure{ /*.benefit_img_about_service>figure{*/
display: flex; /* display: flex;*/
width: 197px; /* width: 197px;*/
flex-direction: column; /* flex-direction: column;*/
justify-content: flex-end; /* justify-content: flex-end;*/
align-items: center; /* align-items: center;*/
gap: 20px; /* gap: 20px;*/
} /*}*/
.benefit_img_about_service>figure>img{ .benefit_img_about_service>figure>img{
max-width: 197px; max-width: 197px;
width: 197px; width: 197px;
@@ -1988,6 +1989,7 @@ button#more_button{
.benefit_img_about_service>figure>figcaption{ .benefit_img_about_service>figure>figcaption{
text-align: center; text-align: center;
margin-top: 15px;
} }
.bottom_block_static{ .bottom_block_static{