mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Use a single column tempalte for config plugins when in mobile
This commit is contained in:
parent
946af0889d
commit
ffe66b848a
1 changed files with 6 additions and 0 deletions
|
@ -112,5 +112,11 @@
|
|||
display: inline-block;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.section-cards {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue