minor layout change

This commit is contained in:
KOWX712
2024-11-21 23:51:26 +08:00
parent 7f7c124b25
commit a1f4d8fc72
2 changed files with 3 additions and 3 deletions

View File

@@ -66,8 +66,8 @@
</li>
<li>AOSP & Valid Keybox
<ul>
<li>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
<li>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.</li>
<li><br></li>
</ul>

View File

@@ -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;