diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9105b3..5a1e064a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Cookie library settings can now be set at a document level in the `` element rather than at a cookie banner level - in addition to `data-tna-cookies-domain` and `data-tna-cookies-path` parameters, there is now `tna-cookies-policies-key`, `tna-cookies-default-age` and `tna-cookies-insecure` +- Removed right and left margin from plain picture components ### Deprecated ### Removed diff --git a/src/nationalarchives/components/picture/picture.scss b/src/nationalarchives/components/picture/picture.scss index 2a2184c6..08b8889c 100644 --- a/src/nationalarchives/components/picture/picture.scss +++ b/src/nationalarchives/components/picture/picture.scss @@ -41,8 +41,6 @@ @include colour.contrast; padding: spacing.space(1.5); - - // @include a11y.no-focus-outline-on-click; } &__caption { @@ -62,20 +60,6 @@ box-shadow: none; } - @include media.on-larger-than-mobile { - &--plain { - margin-right: spacing.space(2); - margin-left: spacing.space(2); - } - } - - @include media.on-small { - &--plain { - margin-right: spacing.space(1); - margin-left: spacing.space(1); - } - } - @include media.on-tiny { &__image-wrapper { padding: 0;