Skip to content

Commit

Permalink
css: larger margin before h1
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Dec 24, 2024
1 parent c0dcb5e commit edeeb3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,9 @@ h6 {
// Customize headings
h1 {
font-size: 3.4rem;
line-height: 6rem;
line-height: 12rem;
margin-top: 18rem;
margin-bottom: 6rem;

@media only screen and (max-width: 768px) {
font-size: 3.2rem;
Expand Down

0 comments on commit edeeb3c

Please sign in to comment.