Add margin to the bottom of forgetting curve (#3805)

This commit is contained in:
Jarrett Ye 2025-02-11 16:46:36 +08:00 committed by GitHub
parent 66e2a332ba
commit 99a0e49b73

View file

@ -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 {