fix mobile display for buttons on index.html

Commit 140c0a3 · patx · 2025-02-09T22:22:49-05:00

Changeset
140c0a30b5a56b27257e816d4d2476f19a6a3bfd
Parents
68dacfa027d98bd24c8d54a92e69240b914c868a

View source at this commit

Comments

No comments yet.

Log in to comment

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
             }