Skip to content

Commit

Permalink
typo: change last-child not first-child
Browse files Browse the repository at this point in the history
  • Loading branch information
Maruuka authored Feb 27, 2024
1 parent 65597dd commit c0d6a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ header a {
}

// main title
.title > *:last-child:not(:only-child) {
.title > *:first-child {
font-size: var(--large);
}

// subtitle
.title > *:last-child {
*:last-child:not(:only-child) {
opacity: 0.65;
font-weight: var(--thin);
}
Expand Down

0 comments on commit c0d6a31

Please sign in to comment.