Skip to content

Commit 8516145

Browse files
authored
Merge pull request #65 from tusharnankani/leaderboard-upd
make leaderboard responsive (#64)
2 parents 00e8ed7 + 8bd2205 commit 8516145

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,20 @@ a {
424424
font-weight: 1.2rem;
425425
}
426426

427+
/* Responsive Leaderboard */
428+
429+
@media screen and (max-width: 960px) {
430+
.leaderboard .handle {
431+
padding: 0 30px;
432+
}
433+
434+
.leaderboard {
435+
margin: 30px 0;
436+
font-size: 1.05em;
437+
min-width: 10px;
438+
}
439+
}
440+
427441
footer {
428442
width:100vw;
429443
bottom:0px

0 commit comments

Comments
 (0)