Skip to content

Commit

Permalink
style: tweaking the title design
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 17, 2023
1 parent 8af9e3e commit 3806a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/components/cover.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
font-size: 2.5rem;
max-width: map-get($main, 'max-width');
margin-bottom: 0.3em;
border-bottom: none;
border-bottom: solid 1px #949494;
}
.content-meta {
max-width: map-get($main, 'max-width');
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h3,
h4,
h5,
h6 {
letter-spacing: -0.05em;
letter-spacing: -0.02em;
font-family: $font-families-headings;
line-height: 1.45em;
color: map-get($basic-colors, headings);
Expand Down

0 comments on commit 3806a37

Please sign in to comment.