diff --git a/demo/style.css b/demo/style.css index 5b1a5e7..0de2c3b 100644 --- a/demo/style.css +++ b/demo/style.css @@ -4,7 +4,7 @@ } body { background: slategrey; - font-size: 1.25em; + font-size: 1.75em; } div#content { width: max-content; @@ -31,7 +31,6 @@ div#shiritori p { div#shiritori { padding: 2px; height: 24em; - font-size: 0.875em; overflow-y: scroll; text-align: center; }