Merge branch 'smartphone_adaptation' into main
merge into main
This commit is contained in:
commit
5dbe767d0f
@ -1,4 +1,4 @@
|
|||||||
footer{
|
footer {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 20px 0px;
|
padding: 20px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -10,7 +10,7 @@ footer p, footer div{
|
|||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer div{
|
footer div {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,9 +26,16 @@ footer div a:hover {
|
|||||||
footer div.logo {
|
footer div.logo {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
@media screen and (max-width: 900px) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer div.logo img {
|
footer div.logo img {
|
||||||
height: 90px;
|
height: 90px;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
@media screen and (max-width: 900px) {
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
}
|
}
|
2
vendor/GeoNature-citizen
vendored
2
vendor/GeoNature-citizen
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 0ef3c1a5cf17c788de92ec2ab065e61591c7f9b8
|
Subproject commit 9eddf3c80bab441249b112d0ec5fb17798b47610
|
Loading…
Reference in New Issue
Block a user