Skip to content

Commit

Permalink
fix: solve outline overlap issue in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSlug committed Aug 9, 2022
1 parent ff9a942 commit e4a60f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/styles/pages/_audio-tactile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
.audio-tactile__intro {
font-size: 1.25rem;
grid-area: intro;
line-height: 2.2rem;
}

.audio-tactile__credits {
font-size: 1.25rem;
font-style: italic;
grid-area: credits;
line-height: 2.2rem;
margin-inline: auto;
}

Expand Down

0 comments on commit e4a60f1

Please sign in to comment.