diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index af8db601..7e6bf09c 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -112,5 +112,11 @@ display: inline-block; font-size: 16px; } + + @media screen and (max-width: 600px) { + .section-cards { + grid-template-columns: 1fr; + } + }