From a1f4d8fc726113442016ae24bc4d8a067ced09fa Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Thu, 21 Nov 2024 23:51:26 +0800 Subject: [PATCH] minor layout change --- module/webroot/index.html | 4 ++-- module/webroot/styles.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/webroot/index.html b/module/webroot/index.html index 7e485f5..6d51703 100644 --- a/module/webroot/index.html +++ b/module/webroot/index.html @@ -66,8 +66,8 @@
  • AOSP & Valid Keybox diff --git a/module/webroot/styles.css b/module/webroot/styles.css index 90e7d76..dff78c3 100644 --- a/module/webroot/styles.css +++ b/module/webroot/styles.css @@ -75,7 +75,7 @@ body { .help-menu { position: relative; width: 75vw; - max-width: 600px; + max-width: 800px; background-color: white; padding: 0 10px; border-radius: 15px;