Skip to content

Commit

Permalink
style(HomeFooter): adjust letter spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Jan 11, 2025
1 parent 27f7ba3 commit ea0a2f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HomeFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,13 @@ const Year = dayjs().year()
.list-title {
margin-bottom: 0.5rem;
font-weight: 600;
letter-spacing: 0.05rem;
}
.list-links {
opacity: 0.9;
line-height: 1.7rem;
letter-spacing: 0.025rem;
}
.iconify {
Expand All @@ -196,6 +198,7 @@ const Year = dayjs().year()
.info-item {
display: inline-block;
letter-spacing: 0.025rem;
}
.info-spacing {
Expand Down

0 comments on commit ea0a2f1

Please sign in to comment.