Skip to content

Commit

Permalink
Merge f43be0d into be72967
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenbarker committed May 22, 2018
2 parents be72967 + f43be0d commit 6cacade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Prevent whitespace under banners

## [0.5.1] - 2018-04-24
### Changed
Expand Down
5 changes: 5 additions & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ body > div.ember-view {
margin: 0;
padding: 0;
}

.alert-maintenance {
margin-top: 50px;
margin-bottom: 0;
}

0 comments on commit 6cacade

Please sign in to comment.