Hide title on mobile

This commit is contained in:
2025-01-22 09:42:34 +11:00
parent 8610ac2529
commit 32601ae9a9
4 changed files with 6 additions and 2 deletions

3
assets/custom.css Normal file
View File

@@ -0,0 +1,3 @@
.custom-mobile-hide {
display: none !important;
}