diff --git a/portal/__init__.py b/portal/__init__.py index 74843c29b..93e77d540 100644 --- a/portal/__init__.py +++ b/portal/__init__.py @@ -1 +1 @@ -__version__ = "6.41.0" +__version__ = "6.41.1" diff --git a/portal/static/portal/img/10_years_anniversary.png b/portal/static/portal/img/10_years_anniversary.png new file mode 100644 index 000000000..d1f2a89a6 Binary files /dev/null and b/portal/static/portal/img/10_years_anniversary.png differ diff --git a/portal/static/portal/sass/partials/_footer.scss b/portal/static/portal/sass/partials/_footer.scss index fb3107e60..1da3bf7c8 100644 --- a/portal/static/portal/sass/partials/_footer.scss +++ b/portal/static/portal/sass/partials/_footer.scss @@ -104,6 +104,13 @@ .form--row__input { flex: 1; } + + .ten-yr-badge { + display: block; + position: static; + width: 45%; + margin: 50px 0 0 auto; + } } @media (max-width: $tablet-small-max-width) { @@ -127,11 +134,17 @@ .social-media a { @include _margin(0px, 10px, 0px, 10px); } + + .ten-yr-badge { + width: 60%; + margin: 15px auto 0 auto; + } } } @media (max-width: $tablet-small-max-width) and (min-width: $tablet-small-min-width) { .footer { + .button, .external-links { margin: 0; @@ -152,5 +165,10 @@ .landscape-logo { max-width: 60%; } + + .ten-yr-badge { + width: 20%; + margin: 0; + } } -} +} \ No newline at end of file diff --git a/portal/templates/portal/partials/footer.html b/portal/templates/portal/partials/footer.html index e97549e11..ad3d65ec3 100644 --- a/portal/templates/portal/partials/footer.html +++ b/portal/templates/portal/partials/footer.html @@ -54,11 +54,13 @@ + 10 years anniversary Ocado Group +