Skip to content

Commit

Permalink
fix: resource byline displaying inline with title
Browse files Browse the repository at this point in the history
Removed .home__feed header style that was causing elements to flex and appear inline.
resolve #257
  • Loading branch information
jhung committed Feb 21, 2020
1 parent 15c09de commit c81c8d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/assets/styles/layouts/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
padding-top: $gutter;

header {
align-items: baseline;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;

a {
margin-top: 0;
}
Expand Down

0 comments on commit c81c8d2

Please sign in to comment.