patx/pickledb
fix mobile display for buttons on index.html
Commit 140c0a3 · patx · 2025-02-09T22:22:49-05:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 54bc300..e2a4bb3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -114,7 +114,7 @@
max-width: 100%;
}
.button {
- max-width: 100%;
+ max-width: 90%;
text-align: center;
align-items: center
}