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
- - Replace tricky store keybox. AOSP keybox give device integrity, valid keybox give strong
- integrity but fallback to basic integrity if revoked. AOSP keybox will be replaced if
+
- Replace tricky store keybox. AOSP keybox: Device Integrity. Valid keybox: Strong
+ Integrity, fallback to Basic Integrity if revoked. AOSP keybox will be replaced if
there's no more valid keybox. Valid keybox option require Internet connection.
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;