Skip to content

Commit

Permalink
center align h1-3 on home
Browse files Browse the repository at this point in the history
  • Loading branch information
yaythomas committed Aug 13, 2020
1 parent b49ff53 commit 2216139
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ td {
text-align: center;
}

.home-hero-title > h1,
.home-hero-title > h2,
.home-hero-title > h3 {
margin: 0 auto;
}

.home-hero-title > h3 {
margin-bottom: var(--text-bottom-margin);
}
Expand Down

0 comments on commit 2216139

Please sign in to comment.