logo footer size

This commit is contained in:
2024-05-02 11:31:24 +02:00
parent de03321a65
commit ade3055ff3
3 changed files with 35 additions and 4 deletions
@@ -49,10 +49,25 @@ footer{
div:nth-of-type(3){
grid-column: 2;
grid-row: 2;
margin-left: 1rem;
a{
img{
width: 90%;
margin: auto;
}
}
}
div:nth-of-type(4){
grid-column: 2;
grid-row: 3;
margin-top: 2rem;
margin-left: 1rem;
a{
img{
width: 60%;
}
}
}
@media screen and (max-width: 300px) {
display: flex;