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 44e01ea063
commit 0d9a11c19b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {