diff --git a/index.css b/index.css index 999d1a9..1609a74 100644 --- a/index.css +++ b/index.css @@ -585,4 +585,10 @@ a:hover { background-color: var(--color-background-dark-text); font-family: 'Courier New', Courier, monospace; padding: 2px; +} + +@media screen and (max-width: 700px) { + #appContextDisplayArea { + flex-direction: column; + } } \ No newline at end of file