mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
Use justify-content: center
instead of stretch
in chapters for easier positioning
This commit is contained in:
parent
251dd0129b
commit
d2b1349f0a
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
justify-content: stretch;
|
justify-content: center;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
||||||
// Add the gap as a vertical margin, so that multiple chapters can be placed next to each other
|
// Add the gap as a vertical margin, so that multiple chapters can be placed next to each other
|
||||||
|
|
Loading…
Reference in a new issue