Skip to content

Commit

Permalink
fix(ui): fix the phone link font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jan 31, 2024
1 parent 8b2433f commit ecca95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Footer/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.utrecht-link-list__link--phone {
--utrecht-link-text-decoration: underline;

font-size: var(utrecht-link-list-link-phone-font-size, 2em);
font-size: var(--utrecht-link-list-link-phone-font-size, 2em);
}

.utrecht-link-list__item {
Expand Down

0 comments on commit ecca95f

Please sign in to comment.