modif css

This commit is contained in:
2020-01-20 11:51:20 +01:00
parent 7ca69e1549
commit b81be5ec03
178 changed files with 14005 additions and 187 deletions
@@ -0,0 +1,30 @@
// Sticky Footer solution
body.sticky-footer {
height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
#page-wrapper {
flex: 1 0 auto;
}
}
.home{
footer{
color: #acb3c2;
display: inline-flex;
position: fixed;
bottom: 20px;
right: 20px;
p{
font-size: 1rem!important;
line-height: 1rem!important;
a{
img{
width: 20px!important;
}
}
}
}
}