Skip to content

Commit

Permalink
👌(section) fix alignment for category glimpses in section tiles
Browse files Browse the repository at this point in the history
Vertical alignment was not really correct for content in category
glimpses in section tiles.

This commit just fix this behavior in Section Sass source so content
is aligned to the top.
  • Loading branch information
sveetch committed Jun 8, 2020
1 parent e99e098 commit e9cd82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- First course glimpses on three columns on homepage.
- Fix glitch with "scaleX" usage on wave decoration on category and
organization detail banner.
- Fix content vertical alignment for category glimpses in section
tiles.

## [2.0.0-beta.6] - 2020-05-19

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ section {
border: 0;

&__logo {
flex-grow: 0;
justify-content: flex-start;

img {
max-width: 3.75rem;
margin: 0 auto;
Expand Down

0 comments on commit e9cd82b

Please sign in to comment.