Add margin to .rankeds to avoid clipping (#346)

This commit is contained in:
Nixinova
2021-05-31 22:16:19 +12:00
committed by GitHub
parent 5f613bc2c2
commit 39c9d48790

View File

@@ -230,6 +230,7 @@
/* Ranked achievements */
.rankeds {
margin-top: 2em;
display: flex;
flex-direction: column;
align-items: center;