mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added template for footer-mobile
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user