Basic 20Q display

This commit is contained in:
Vlyan
2020-12-27 16:51:26 +01:00
parent 946aebdf6f
commit be84785cb8
8 changed files with 580 additions and 507 deletions

View File

@@ -14,4 +14,5 @@
@import "../scss/rings";
@import "../scss/skills";
@import "../scss/items";
@import "../scss/twentyquestions";
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
table tr td {
vertical-align: top;
}
.dropbox {
min-height: 75px;
}