Center align rows in FSRS simulator (#3882)

This commit is contained in:
GithubAnon0000 2025-03-26 07:21:21 +00:00 committed by GitHub
parent 4341d0b4d8
commit d6c5286949

View file

@ -17,5 +17,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
flex-flow: row wrap;
align-content: stretch;
padding: var(--gutter-block, 0) 0;
align-items: center;
}
</style>