This commit is contained in:
SBD
2024-01-19 17:27:07 +03:00
parent 80515eb4e0
commit c2791d20fc
3 changed files with 20 additions and 7 deletions

View File

@@ -843,7 +843,7 @@ body.n_scroll{
}
.footer_el{
width: 26%;
width: 30%;
margin-right: 50px;
margin-bottom: 20px;
}
@@ -853,6 +853,19 @@ body.n_scroll{
font-weight: 500;
}
.footer_name_title{
margin-top: 0;
display: block;
text-decoration: none;
color: #ffffff;
font-weight: 500;
/* text-transform: uppercase; */
}
.right_part_footer{
width: 15%;
}
.footer_el_childs{
margin-top: 20px;
}
@@ -867,8 +880,8 @@ body.n_scroll{
.flex_container_footer{
display: flex;
width: 100%;
padding-top: 70px;
padding-bottom: 60px;
padding-top: 25px;
padding-bottom: 25px;
}
.btn_contacts_footer{
@@ -1545,5 +1558,5 @@ body.n_scroll{
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
object-position: top;
}