Nuked the schema file and create my own. Works much better.

This commit is contained in:
Chris Wilson
2020-08-25 20:51:11 -04:00
parent 76f9717c99
commit ad895f045c
5 changed files with 264 additions and 2060 deletions

View File

@@ -10,8 +10,19 @@
padding-right: 0.25rem;
}
#game-settings #instructions{
text-align: center;
#game-settings .instructions{
text-align: left;
}
#game-settings #settings-wrapper .setting-wrapper{
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
}
#game-settings #settings-wrapper .setting-wrapper .title-span{
font-weight: bold;
}
#game-settings #settings-wrapper{