Skip to content

Commit

Permalink
fix: details title font-size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Jul 16, 2024
1 parent 41681bd commit 877b9ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1321,3 +1321,11 @@ a[hidden] {
}
}
}

@media (max-width: 991px) {
details summary h3 {
font-size: 1em;
font-weight: 500;
}
}

0 comments on commit 877b9ff

Please sign in to comment.