Skip to content

Commit

Permalink
Center Hero content (#250)
Browse files Browse the repository at this point in the history
This starts to address the problem where content tends to shift to the
left for short Hero titles.  The solution is not complete, in that
scaling is still a bit odd for certain screen widths, where there is a
notable space between the logo and the hero title.
  • Loading branch information
stefanv authored Aug 1, 2023
1 parent e8843f5 commit 845c7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/theme-css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ em {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-around;
justify-content: center;
width: 100%;
}

Expand Down

0 comments on commit 845c7ec

Please sign in to comment.