Skip to content

Commit

Permalink
updating EDU styles for LinkCard and LinkTile (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Jul 24, 2024
1 parent e8420b1 commit e3da937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<component
:is="headingLevel || 'p'"
class="text-gray-dark text-xl font-medium leading-tight tracking-tight"
class="text-gray-dark text-xl font-medium leading-tight tracking-tight edu:font-extrabold"
:class="{ 'lg:text-3xl': !compact }"
>
{{ theItem.title }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</p>
<component
:is="headingLevel || 'p'"
class="text-xl leading-tight tracking-tight transition-all duration-200 ease-in delay-200"
class="text-xl leading-tight tracking-tight transition-all duration-200 ease-in delay-200 edu:font-extrabold"
:class="
compact
? 'font-semibold mb-0 lg:group-hover:mb-1'
Expand Down

0 comments on commit e3da937

Please sign in to comment.