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 */ /* Ranked achievements */
.rankeds { .rankeds {
margin-top: 2em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -456,4 +457,4 @@
.search { .search {
width: 520px; width: 520px;
} }
} }