Add margin to .rankeds to avoid clipping (#346)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user