Centering character in free space

This commit adds the ability to put the character where there is free space when a discussion is hapening (either in presentation or chat mode)
This commit is contained in:
David Négrier 2020-08-24 14:19:36 +02:00
parent b7c2f8be7b
commit 044495cf05
3 changed files with 173 additions and 7 deletions

View file

@ -317,13 +317,13 @@ body {
flex: 0 0 75%;
display: flex;
justify-content: start;
/*align-items: flex-start;*/
align-items: flex-start;
flex-wrap: wrap;
}
.main-section > div {
margin: 5%;
flex-basis: 90%;
margin: 2%;
flex-basis: 96%;
/*flex-shrink: 2;*/
}