corrections footer

This commit is contained in:
Valentin
2024-03-18 15:38:15 +01:00
parent 8f48d2330d
commit f8df887441
3 changed files with 61 additions and 17 deletions

View File

@@ -43,20 +43,23 @@ footer{
section{width: fit-content;}
h2, ul{margin: 0;}
border-top: 1px solid #808080;
@media(max-width: 891px){
/* @media(max-width: 891px){
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media(max-width: 600px){
flex-wrap: nowrap;
}
} */
#footer-left{
grid-column: 1 /span 5;
grid-row: 1;
padding-left: 5%;
.footer_left_container{
padding-left: 5%;
@media(max-width: 891px){
max-width: 50vw;
}
display: flex;
flex-direction: row;
@@ -65,6 +68,25 @@ footer{
@media(max-width: 891px){
height: $header-height-pad;
}
> div {
width: 100%;
height: 100%;
> a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
> img {
padding: 0 2rem;
width: 100%;
height: auto;
@media(max-width: 891px){
padding: 0;
}
}
}
}
}
img{
width: auto;