diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 164acff..d56757a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-1096: Center exhibition-archive item-count + ## [1.3.11] - 2024-11-25 - TMS-1059: Add Sign up-section to event partial diff --git a/assets/styles/views/_archive-exhibition.scss b/assets/styles/views/_archive-exhibition.scss index f899826..d256cbf 100644 --- a/assets/styles/views/_archive-exhibition.scss +++ b/assets/styles/views/_archive-exhibition.scss @@ -63,8 +63,11 @@ } &__item-count-container { - width: 2.25rem; - height: 2.25rem; + display: flex; + justify-content: center; + align-items: center; + width: 2.75rem; + height: 2.75rem; margin-left: $theme-spacing; padding: $theme-spacing-half; border: 1px solid $color-ui-border-light; @@ -80,14 +83,6 @@ } } - &__item-count { - margin-top: -.4rem; - - @include from($desktop) { - margin-top: -.5rem; - } - } - .entry { &__meta-text { margin: .0875rem 0 0 $theme-spacing-three-quarters;