Improve styling

This commit is contained in:
Vojtěch Káně
2021-04-22 20:17:45 +02:00
parent e0c0348db2
commit fc8a18e5bb
8 changed files with 382 additions and 50 deletions

View File

@@ -40,6 +40,13 @@
#question > h1 {
font-size: 3rem;
text-align: center;
}
#question .answers {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#question .answer {
@@ -62,7 +69,7 @@
body.organiser #controls {
display: flex;
padding-right: 20vw;
justify-content: flex-end;
align-self: flex-end;
}
#session-code {