map and footer
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
footer{
|
||||
background: white;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 2rem 0;
|
||||
& > div{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
.__slide{
|
||||
.flickity-slider{
|
||||
& > div{
|
||||
width: max-content;
|
||||
margin: 0 1rem;
|
||||
img{
|
||||
width: auto!important;
|
||||
height: 100px;
|
||||
max-width: 70px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,6 +15,10 @@ header{
|
||||
background: white;
|
||||
}
|
||||
|
||||
main{
|
||||
min-height: calc(100vh - 150px);
|
||||
}
|
||||
|
||||
main:not(.home){
|
||||
padding-top: 0rem;
|
||||
@media screen and (min-width: 768px) {
|
||||
@@ -22,6 +26,7 @@ main:not(.home){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
img{
|
||||
width:100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user