diff --git a/patches/frontend/src/custom/footer/footer.css b/patches/frontend/src/custom/footer/footer.css index 1791a4e..11b7b0e 100644 --- a/patches/frontend/src/custom/footer/footer.css +++ b/patches/frontend/src/custom/footer/footer.css @@ -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; + } } \ No newline at end of file diff --git a/vendor/GeoNature-citizen b/vendor/GeoNature-citizen index 0ef3c1a..9eddf3c 160000 --- a/vendor/GeoNature-citizen +++ b/vendor/GeoNature-citizen @@ -1 +1 @@ -Subproject commit 0ef3c1a5cf17c788de92ec2ab065e61591c7f9b8 +Subproject commit 9eddf3c80bab441249b112d0ec5fb17798b47610