1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

Use justify-content: center instead of stretch in chapters for easier positioning

This commit is contained in:
Steffo 2022-10-12 13:35:45 +00:00 committed by GitHub
parent 251dd0129b
commit d2b1349f0a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@
flex-wrap: wrap;
flex-direction: row;
gap: 0.5em;
justify-content: stretch;
justify-content: center;
align-items: stretch;
// Add the gap as a vertical margin, so that multiple chapters can be placed next to each other