added template for home-mobile

This commit is contained in:
Kostya
2023-11-29 16:13:47 +03:00
parent 2b44078371
commit 9525e2714d
5 changed files with 60 additions and 4 deletions

View File

@@ -33,8 +33,10 @@ body {
.footer-mobile {
grid-area: footer-mobile;
width: 100%;
height: 100%;
background: #73ce36;
height: 20%;
background: #17181C;
position: fixed;
bottom: 0;
}
/* Header */
@@ -168,4 +170,8 @@ body {
color: #000;
}
/* /Main */
/* /Main */
/* Footer */
/* /Footer */