From 0d9a11c19b8a833328b626bd2dc25da9d83bcdac Mon Sep 17 00:00:00 2001 From: Jarrett Ye Date: Tue, 11 Feb 2025 16:46:36 +0800 Subject: [PATCH] Add margin to the bottom of forgetting curve (#3805) --- ts/routes/card-info/ForgettingCurve.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/routes/card-info/ForgettingCurve.svelte b/ts/routes/card-info/ForgettingCurve.svelte index 427d69129..bb3a483f7 100644 --- a/ts/routes/card-info/ForgettingCurve.svelte +++ b/ts/routes/card-info/ForgettingCurve.svelte @@ -106,6 +106,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html .forgetting-curve { width: 100%; max-width: 50em; + margin-bottom: 10em; } .time-range-selector {