Skip to content

Commit

Permalink
♿️ fix: reduce main page header/list sizes (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo authored Sep 1, 2024
1 parent a089b7e commit 823e2ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ h1 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1.62em;
font-size: 1.62rem;
}

h2 {
Expand All @@ -230,7 +230,7 @@ h2 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1.4em;
font-size: 1.4rem;
}

h3 {
Expand All @@ -240,7 +240,7 @@ h3 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1.2em;
font-size: 1.2rem;
}

h4 {
Expand All @@ -250,7 +250,7 @@ h4 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1em;
font-size: 1rem;
}

h5 {
Expand All @@ -260,7 +260,7 @@ h5 {
margin-bottom: 0em;
margin-left: 0;
font-weight: normal;
font-size: 1em;
font-size: 1rem;
}

p {
Expand Down
4 changes: 4 additions & 0 deletions sass/parts/_home-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
font-size: 1.875rem;
line-height: 3rem;

li {
font-size: 1rem;
}

#home-banner-header {
margin: 0;
margin-bottom: 1rem;
Expand Down

0 comments on commit 823e2ba

Please sign in to comment.