Skip to content

Commit

Permalink
🐛 update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Feb 29, 2024
1 parent 6be9098 commit 62507cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -549,13 +549,15 @@ iframe {
}

.language-switch {
letter-spacing: 0.1px;
a,
a:visited {
color: #4e7b56;
}
span {
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
@include font-rem(12);
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji", sans-serif;
@include font-rem(13);
margin-right: -4px;
@media #{$medium} {
@include font-rem(14);
Expand Down Expand Up @@ -627,6 +629,9 @@ html[lang="en-US"] {
.header-item-title a {
font-weight: 600;
}
.language-switch {
letter-spacing: 0.2px;
}
.language-switch span {
margin-right: -2px;
}
Expand Down

0 comments on commit 62507cb

Please sign in to comment.