Merge branch 'smartphone_adaptation' into main

merge into main
This commit is contained in:
nobohan 2021-07-03 10:07:28 +02:00
commit 5dbe767d0f
2 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
footer{
footer {
margin-top: 20px;
padding: 20px 0px;
text-align: center;
@ -10,7 +10,7 @@ footer p, footer div{
max-width: 80%;
}
footer div{
footer div {
margin-bottom: 20px;
}
@ -26,9 +26,16 @@ footer div a:hover {
footer div.logo {
display: flex;
justify-content: space-evenly;
@media screen and (max-width: 900px) {
flex-direction: column;
}
}
footer div.logo img {
height: 90px;
margin: 3px;
@media screen and (max-width: 900px) {
height: 60px;
}
}

@ -1 +1 @@
Subproject commit 0ef3c1a5cf17c788de92ec2ab065e61591c7f9b8
Subproject commit 9eddf3c80bab441249b112d0ec5fb17798b47610