Skip to content

Commit

Permalink
🐛 Solve a small scaling problem within the open positions page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip J. Dekker committed May 3, 2017
1 parent 472485d commit 47591d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.3]
## [0.3.4] - 2017-05-03
### Fixed
- Scaling issue on open positions.

## [0.3.3] - 2017-05-03
### Fixed
- Fix a big margin error on the open positions page.

## [0.3.2]
## [0.3.2] - 2017-05-03
### Added
- Automated extensions of vacant positions. The election contact e-mail address will receive an e-mail.
### Changed
Expand Down Expand Up @@ -106,7 +110,8 @@ asked to extend their profile in the registration email.
- First version of the application system


[Unreleased]: https://github.com/UTNkar/moore/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/UTNkar/moore/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/UTNkar/moore/compare/v0.3.2...v0.3.3
[0.3.3]: https://github.com/UTNkar/moore/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/UTNkar/moore/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/UTNkar/moore/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion website/website/static/sass/partials/_involvement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
@media #{$small-and-down} {
.header-text {
width: calc(100% - 150px);
width: calc(100% - 160px);
}
}
}
Expand Down

0 comments on commit 47591d9

Please sign in to comment.