added template for footer-mobile

This commit is contained in:
Kostya
2023-11-30 12:49:00 +03:00
parent 9525e2714d
commit 950df68981
7 changed files with 57 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ body {
.footer-mobile {
grid-area: footer-mobile;
width: 100%;
height: 20%;
height: 10%;
background: #17181C;
position: fixed;
bottom: 0;
@@ -174,4 +174,29 @@ body {
/* Footer */
.footer-mobile__content {
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
}
.icons-size img {
width: 65px;
height: 65px;
}
.icons-margin img {
margin: 0 10px;
}
.footer-mobile__block img {
display: flex;
justify-content: center;
align-items: center;
background: #D9D9D91F;
}
/* /Footer */