Skip to content

Commit

Permalink
Merge branch 'TMS-1096' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jan 17, 2025
2 parents 4d4beba + d273218 commit cf779ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

- TMS-1062: Increase menu-dropdown button size
- TMS-1096: Center exhibition-archive item-count

## [1.3.11] - 2024-11-25

- TMS-1059: Add Sign up-section to event partial

## [1.3.10] - 2024-11-07
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
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Vapriikki
* Description: Tampere Multisite Vapriikki Theme
* Version: 1.3.10
* Version: 1.3.11
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit cf779ce

Please sign in to comment.