Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
make sub gaps the same font as the counter
  • Loading branch information
RandomPerson3465 committed Apr 7, 2024
1 parent 521ee4b commit 015a17e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions top50/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ label,h1,h2,h3,h4,h5,h6,p {
border: 0.1em solid #ffffff;
transition: margin-top 500ms;
position: relative;
font-family: 'Roboto', sans-serif;
}

.image {
Expand All @@ -55,14 +56,12 @@ label,h1,h2,h3,h4,h5,h6,p {
.count {
transition: color 2s;
font-size: 2vw;
font-family: 'Roboto', sans-serif;
padding-left: 0.2vw;
margin-top: 0;
src: url('../../fonts/Roboto-Regular.ttf') format('truetype');
}

.name {
font-family: 'Roboto', sans-serif;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 015a17e

Please sign in to comment.