From d2f60fe0ac623ba54b335e1e008ec363ed15ccff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 7 Jan 2023 17:11:47 +0100 Subject: [PATCH] scss: keep images dimensions on montpellier collectivities footers (#73117) --- static/beaulieu/_custom.scss | 3 +++ static/castelnau-le-lez/_custom.scss | 3 +++ static/castries-2020/_custom.scss | 3 +++ static/clapiers/_custom.scss | 3 +++ static/cournonterral/_custom.scss | 3 +++ static/fabregues/_custom.scss | 6 ++++++ static/juvignac/_custom.scss | 3 +++ static/lattes/_custom.scss | 3 +++ static/laverune/_custom.scss | 3 +++ static/le-cres/_custom.scss | 3 +++ static/montpellier-ville/_custom.scss | 13 +++++++++---- static/murviel-les-montpellier/_custom.scss | 3 +++ static/perols/_custom.scss | 3 +++ static/saint-bres/_custom.scss | 3 +++ static/saint-drezery/_custom.scss | 3 +++ static/saint-genies-des-mourgues/_custom.scss | 3 +++ static/saint-georges-d-orques/_custom.scss | 3 +++ static/saint-jean-de-vedas/_custom.scss | 3 +++ static/sussargues/_custom.scss | 3 +++ static/vendargues/_custom.scss | 3 +++ 20 files changed, 69 insertions(+), 4 deletions(-) diff --git a/static/beaulieu/_custom.scss b/static/beaulieu/_custom.scss index 8beac391..16bbfabc 100644 --- a/static/beaulieu/_custom.scss +++ b/static/beaulieu/_custom.scss @@ -78,6 +78,9 @@ div#main-content { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/castelnau-le-lez/_custom.scss b/static/castelnau-le-lez/_custom.scss index 2c219c34..9dbcaf88 100644 --- a/static/castelnau-le-lez/_custom.scss +++ b/static/castelnau-le-lez/_custom.scss @@ -92,6 +92,9 @@ div#main-content-wrapper { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/castries-2020/_custom.scss b/static/castries-2020/_custom.scss index 1f805537..384f6837 100644 --- a/static/castries-2020/_custom.scss +++ b/static/castries-2020/_custom.scss @@ -32,6 +32,9 @@ div#header { min-height: 300px; #footer { padding-top: 250px; + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/clapiers/_custom.scss b/static/clapiers/_custom.scss index 728d5e4d..e5966d1c 100644 --- a/static/clapiers/_custom.scss +++ b/static/clapiers/_custom.scss @@ -42,6 +42,9 @@ body { } footer { + img { + max-width: none; + } div.textcell a { color: $footer-color; } diff --git a/static/cournonterral/_custom.scss b/static/cournonterral/_custom.scss index 8563217f..55fd99c0 100644 --- a/static/cournonterral/_custom.scss +++ b/static/cournonterral/_custom.scss @@ -50,6 +50,9 @@ div#nav { footer { border-top: 2px solid #ffa401; + img { + max-width: none; + } div.textcell a { color: $font-color; } diff --git a/static/fabregues/_custom.scss b/static/fabregues/_custom.scss index 67c33768..53b1abfe 100644 --- a/static/fabregues/_custom.scss +++ b/static/fabregues/_custom.scss @@ -74,3 +74,9 @@ div.gru-nav > ul ul { %button { font-weight: 500; } + +footer { + img { + max-width: none; + } +} diff --git a/static/juvignac/_custom.scss b/static/juvignac/_custom.scss index fbbc8355..8d57953e 100644 --- a/static/juvignac/_custom.scss +++ b/static/juvignac/_custom.scss @@ -56,6 +56,9 @@ div#nav { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/lattes/_custom.scss b/static/lattes/_custom.scss index 6e156563..6eeb9bfc 100644 --- a/static/lattes/_custom.scss +++ b/static/lattes/_custom.scss @@ -73,6 +73,9 @@ div#main-content { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/laverune/_custom.scss b/static/laverune/_custom.scss index b837852e..631eaafb 100644 --- a/static/laverune/_custom.scss +++ b/static/laverune/_custom.scss @@ -51,6 +51,9 @@ body { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/le-cres/_custom.scss b/static/le-cres/_custom.scss index 24467fb7..6c0360a0 100644 --- a/static/le-cres/_custom.scss +++ b/static/le-cres/_custom.scss @@ -75,6 +75,9 @@ div#main-content { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/montpellier-ville/_custom.scss b/static/montpellier-ville/_custom.scss index 2ccbc7fd..5be05db6 100644 --- a/static/montpellier-ville/_custom.scss +++ b/static/montpellier-ville/_custom.scss @@ -83,9 +83,14 @@ div#rub_service { // // FOOTER // -#footer .text-cell a { - text-decoration: underline; - &:hover { - color: #ecd5a8; +#footer { + img { + max-width: none; + } + .text-cell a { + text-decoration: underline; + &:hover { + color: #ecd5a8; + } } } diff --git a/static/murviel-les-montpellier/_custom.scss b/static/murviel-les-montpellier/_custom.scss index 62e72117..b62177e8 100644 --- a/static/murviel-les-montpellier/_custom.scss +++ b/static/murviel-les-montpellier/_custom.scss @@ -44,6 +44,9 @@ div#page { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/perols/_custom.scss b/static/perols/_custom.scss index 20910294..7e1974ba 100644 --- a/static/perols/_custom.scss +++ b/static/perols/_custom.scss @@ -57,6 +57,9 @@ div#main-content { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/saint-bres/_custom.scss b/static/saint-bres/_custom.scss index f7133287..cd139ee5 100644 --- a/static/saint-bres/_custom.scss +++ b/static/saint-bres/_custom.scss @@ -60,6 +60,9 @@ div#nav { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/saint-drezery/_custom.scss b/static/saint-drezery/_custom.scss index 0019600a..d863f7aa 100644 --- a/static/saint-drezery/_custom.scss +++ b/static/saint-drezery/_custom.scss @@ -49,6 +49,9 @@ div#nav { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/saint-genies-des-mourgues/_custom.scss b/static/saint-genies-des-mourgues/_custom.scss index dccff7dd..73b29236 100644 --- a/static/saint-genies-des-mourgues/_custom.scss +++ b/static/saint-genies-des-mourgues/_custom.scss @@ -57,6 +57,9 @@ div#main-content { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/saint-georges-d-orques/_custom.scss b/static/saint-georges-d-orques/_custom.scss index 425e16f4..2b5d5546 100644 --- a/static/saint-georges-d-orques/_custom.scss +++ b/static/saint-georges-d-orques/_custom.scss @@ -41,6 +41,9 @@ div#header { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/saint-jean-de-vedas/_custom.scss b/static/saint-jean-de-vedas/_custom.scss index 49ac0bf5..624e4281 100644 --- a/static/saint-jean-de-vedas/_custom.scss +++ b/static/saint-jean-de-vedas/_custom.scss @@ -39,6 +39,9 @@ div#nav { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/sussargues/_custom.scss b/static/sussargues/_custom.scss index 3bc1c480..a86812d5 100644 --- a/static/sussargues/_custom.scss +++ b/static/sussargues/_custom.scss @@ -42,6 +42,9 @@ div#page { } footer { + img { + max-width: none; + } div.textcell a { color: white; } diff --git a/static/vendargues/_custom.scss b/static/vendargues/_custom.scss index 178241ca..b971b2da 100644 --- a/static/vendargues/_custom.scss +++ b/static/vendargues/_custom.scss @@ -20,6 +20,9 @@ div#header { @media screen and (max-width: $nav-mobile-limit) { background: $footer-background; } + img { + max-width: none; + } a { color: white; &:hover { -- 2.39.2