Skip to content

Commit

Permalink
better fonts for .inline-caption-base and .caption-small
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Dec 23, 2024
1 parent 6b5adca commit 9a73b47
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -988,17 +988,13 @@ div .stop-scrolling {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media screen and (max-width: $mobileWidth) {
.inline-caption-base {
font-size 0.6em
}
font-size 0.9rem
font-weight: 500;
}
.caption-small {
color:rgba(0, 0, 0, .6);
font-size: .8125rem;
font-size: 0.9rem;
font-weight: 500;
line-height: 1rem;
display: inherit
Expand Down

0 comments on commit 9a73b47

Please sign in to comment.