Skip to content

Commit

Permalink
address underline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 12, 2024
1 parent 00068a9 commit 692fe28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@

a.email {
text-decoration-line: underline; // the underline is too close to the text...
text-underline-offset: 2px;
}
</style>
8 changes: 2 additions & 6 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,16 @@ import arrowsIcon from '../graphics/arrows.svg';
<a
href="https://www.instagram.com/calblueprint/"
target="_blank"
referrerpolicy="no-referrer"
referrerpolicy="no-referrer">@calblueprint</a
>
@calblueprint
</a>

and

<a
href="https://www.instagram.com/calhacks/"
target="_blank"
referrerpolicy="no-referrer"
>
@calhacks
</a>
>@calhacks</a>

on Instagram for updates.
</span>
Expand Down

0 comments on commit 692fe28

Please sign in to comment.