diff --git a/js/app.js b/js/app.js
index 352ed35..522cc6e 100644
--- a/js/app.js
+++ b/js/app.js
@@ -21,12 +21,14 @@ React.render(html`
<${UI.Controls}/>
- <${UI.Chart}>
- <${UI.Audiogram}/>
-
+
+ <${UI.Chart}>
+ <${UI.Audiogram}/>
+ />
+
<${UI.Display}/>
- />
+
diff --git a/js/twind.js b/js/twind.js
index 8a707bf..8f42bea 100644
--- a/js/twind.js
+++ b/js/twind.js
@@ -8,6 +8,10 @@ export const Configure = {
{
extend:
{
+ screens:
+ {
+ "small-desktop": '1100px'
+ },
// @ts-ignore: typings for keyframes are missing in twind
keyframes:
{
diff --git a/js/ui.js b/js/ui.js
index c84a482..6347ba1 100644
--- a/js/ui.js
+++ b/js/ui.js
@@ -55,12 +55,12 @@ export const Header =()=>
-