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 f4a0598f2f
commit e7e6a3834b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>