proof reading

This commit is contained in:
Will McGugan
2022-10-07 18:00:35 +01:00
parent 66a4e08955
commit f2f13eacf0
5 changed files with 29 additions and 22 deletions

View File

@@ -5,9 +5,9 @@ from textual.widgets import Static, Button
class QuestionApp(App[str]):
CSS = """
Screen {
layout: table;
table-size: 2;
table-gutter: 2;
layout: grid;
grid-size: 2;
grid-gutter: 2;
padding: 2;
}
#question {