diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2020-04-26 11:43:32 +0200 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2020-04-26 11:43:32 +0200 |
commit | fed0e4d79fba8680e41fb5ffcc3bb42fb54897a1 (patch) | |
tree | 71d19e47ab837449c71b9b441d463c6764528e0d | |
parent | 65cd0fa55d774f0fc61799cac243d4dbe6ecec9b (diff) |
add EU organic logo
-rw-r--r-- | layouts/index.html | 15 | ||||
-rw-r--r-- | static/scss/ferme.scss | 2 |
2 files changed, 5 insertions, 12 deletions
diff --git a/layouts/index.html b/layouts/index.html index 592d5a4..dc90dba 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -34,20 +34,13 @@ {{ define "header-logo" }} <div id="ferme-header-logo" class="header"> <div class="ferme-logo-bio"> - <span> + <div class="ferme-logo-bio-np"> <img src="{{ "img/logo_np.svg" | relURL }}" alt="logo Nature & Progrès" onerror="this.src='{{ "img/logo_np.png" | relURL }}'"> - </span> - </div> - {{/* TODO: uncomment when AB agreement is given - <div class="ferme-logo-bio"> - <span> - <img src="{{ "img/AB.svg" | relURL }}" alt="logo AB" onerror="this.src='{{ "img/AB.png" | relURL }}'"> - </span> - <span> + </div> + <div class="ferme-logo-bio-eu"> <img src="{{ "img/EU_Organic.svg" | relURL }}" alt="logo bio EU" onerror="this.src='{{ "img/EU_Organic.png" | relURL }}'"> - </span> + </div> </div> - */}} <div class="ferme-logo"> <a href="{{ .Site.BaseURL | relURL }}"> <img class="ferme-logo-img" src="{{ "img/logo_ferme.svg" | relURL }}" alt="logo ferme" onerror="this.src='{{ "img/logo_ferme.png" | relURL }}'"> diff --git a/static/scss/ferme.scss b/static/scss/ferme.scss index fcf0f4b..5d83346 100644 --- a/static/scss/ferme.scss +++ b/static/scss/ferme.scss @@ -142,7 +142,7 @@ address span { display: inline-block; } img { - height: 80px; + width: 60px; display: inline-block; } } |