]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix docs index page on mobile (#8035)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 26 Oct 2024 18:36:40 +0000 (11:36 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 18:36:40 +0000 (11:36 -0700)
docs/assets/extra.css

index bfa51760912b5abef67734345363dc39892c7175..270c1a21973f10dec0146aa7091d7f87a246d632 100644 (file)
@@ -10,7 +10,7 @@
     --md-hue: 222;
 }
 
-@media (min-width: 400px) {
+@media (min-width: 768px) {
     .grid-left {
         width: 33%;
         float: left;