Skip to content

Commit

Permalink
fix: remove unnecessary pseudo-element and adjust font line height
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjmoran committed Mar 5, 2025
1 parent 5e02ba3 commit 1302d01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,6 @@
color: black;
background-size: 100% 100%;
}
&::after {
content: ' ***';
}
}
@media (--tablet), (--phone) {
justify-content: left;
Expand Down Expand Up @@ -723,7 +720,7 @@
& p {
@extend %no-space;
flex: 2 1 0;
font: 300 1.5rem 'AUTHENTIC Sans';
font: 300 1.5rem/150% 'AUTHENTIC Sans';
color: white;
@media (--tablet), (--phone) {
font-size: 1.25rem;
Expand Down

0 comments on commit 1302d01

Please sign in to comment.