From 39c9d48790ed773422410b3b0df9fcf7f9f84f2a Mon Sep 17 00:00:00 2001 From: Nixinova <42429413+Nixinova@users.noreply.github.com> Date: Mon, 31 May 2021 22:16:19 +1200 Subject: [PATCH] Add margin to `.rankeds` to avoid clipping (#346) --- source/app/web/statics/about/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/app/web/statics/about/style.css b/source/app/web/statics/about/style.css index 29e03db2..1cc24911 100644 --- a/source/app/web/statics/about/style.css +++ b/source/app/web/statics/about/style.css @@ -230,6 +230,7 @@ /* Ranked achievements */ .rankeds { + margin-top: 2em; display: flex; flex-direction: column; align-items: center; @@ -456,4 +457,4 @@ .search { width: 520px; } - } \ No newline at end of file + }