This commit is contained in:
SBD
2023-11-28 12:36:27 +03:00
parent e3ec92dbf5
commit 852368f4bd
6 changed files with 66 additions and 2 deletions

View File

@@ -58,6 +58,10 @@ body,html{
text-align: -webkit-right;
}
.logo_header{
height: 50px;
}
.right_part_header {
width: 75%;
float: right;
@@ -630,4 +634,23 @@ body,html{
color: #000000;
padding: 20px;
width: calc(100% - 40px);
}
/*footer*/
.block_footer{
width: 100%;
background: #10212B;
}
.footer_els_container{
width: 100%;
display: flex;
padding-top: 70px;
padding-bottom: 60px;
}
.footer_name_str{
color: #ffffff;
font-weight: 500;
}