Fix the category list font cutoff in Safari (#33505)

This commit is contained in:
Rosemary Orchard 2024-07-01 16:34:53 +01:00 committed by GitHub
parent 4c2719c14a
commit 2761f9d63f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -690,6 +690,7 @@ article.listing {
overflow-wrap: break-word; overflow-wrap: break-word;
&.btn { &.btn {
font-size: 1.1em;
text-decoration: none; text-decoration: none;
transition: box-shadow .33; transition: box-shadow .33;