diff --git a/about.html b/about.html
index f481f61..c680139 100644
--- a/about.html
+++ b/about.html
@@ -5,7 +5,7 @@
-
+
@@ -273,7 +273,7 @@

Google Pixel |
- Google Pixel devices are the best Android devices
+ | Google Pixel devices are the best Android devices
available on the market for
security and privacy.
@@ -367,7 +367,7 @@
| 
Gentoo Linux |
- Gentoo Linux
+ | Gentoo Linux
is a highly modular, source-based,
Linux-based operating system which allows vast
customisation to tailor the operating system to suit
@@ -400,7 +400,7 @@
| 
Chromium |
- Chromium
+ | Chromium
is a highly secure web browser which is
often ahead of other web browsers in security aspects.
It has a dedicated security team and a very impressive
@@ -434,7 +434,7 @@
| 
GrapheneOS |
- GrapheneOS
+ | GrapheneOS
is a security-hardened,
privacy-hardened, secure-by-default, Android-based
operating system which implements extensive, systemic
@@ -478,7 +478,7 @@
| 
Vanadium |
- Vanadium is a security-hardened, privacy-hardened
+ | Vanadium is a security-hardened, privacy-hardened
Chromium-based web browser which utilises GrapheneOS'
operating system hardening to implement stronger
defenses to the already very secure Chromium web
@@ -501,7 +501,7 @@
| 
Molly |
- Molly
+ | Molly
is a security-hardened, privacy-hardened
Signal
client which hardens Signal by using a
@@ -535,7 +535,7 @@
| 
Conversations |
- Conversations
+ | Conversations
is a well-designed Android
XMPP
client which serves as the de facto XMPP
diff --git a/inf.css b/inf.css
index 9d6d7bf..0fc8fd0 100644
--- a/inf.css
+++ b/inf.css
@@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
-/* Version: 10.3.0.42 */
+/* Version: 10.3.0.43 */
/* Body */
@@ -206,6 +206,10 @@ td {
text-align: center;
}
+.td-desc {
+ text-align: left;
+}
+
/* Sidebar */
.sidebar {
|