Skip to content

Commit

Permalink
Add margin to .rankeds to avoid clipping (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed May 31, 2021
1 parent 5f613bc commit 39c9d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/app/web/statics/about/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@

/* Ranked achievements */
.rankeds {
margin-top: 2em;
display: flex;
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -456,4 +457,4 @@
.search {
width: 520px;
}
}
}

0 comments on commit 39c9d48

Please sign in to comment.