Skip to content

Commit

Permalink
TMS-1096: Center exhibition-archive item-count
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jan 17, 2025
1 parent 7a5cfae commit d273218
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 5 additions & 10 deletions assets/styles/views/_archive-exhibition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit d273218

Please sign in to comment.