Skip to content

Commit

Permalink
replace header h1 line-height with margin-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermute-cell committed Mar 23, 2024
1 parent be64575 commit 303cd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magick.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ h4 {
/* A uniquely styled h1 for the header */
header h1 {
font-size: 4rem;
line-height: 1.5rem;
color: var(--fg);
text-align: center;
padding: 4rem 0 1.2rem 0;
margin-bottom: 1rem;
}

/* Additional decorations for the header h1 */
Expand Down
2 changes: 1 addition & 1 deletion magick.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 303cd27

Please sign in to comment.