diff --git a/about.html b/about.html
index 4274929..5678d6b 100644
--- a/about.html
+++ b/about.html
@@ -136,7 +136,8 @@

Gentoo Linux |
- Gentoo Linux is a highly modular, source-based Linux-based operating system
+ | Gentoo Linux is a highly modular, source-based Linux-based operating system
which allows vast customisation to tailor the operating system to suit your specific
needs. There are many advantages to such an operating system, with the most notable
being the ability to optimise the software for security, privacy, performance,
@@ -145,7 +146,11 @@
I have focused on security hardening and privacy hardening, placing performance below
those aspects, although my system is still very performant. Some of the hardening I
- apply includes stack protection, signed integer overflow wrapping, and GrapheneOS'
+ apply includes
+ stack protection,
+ signed integer overflow wrapping, and GrapheneOS'
hardened_malloc memory allocator.
@@ -161,7 +166,8 @@
| 
Chromium |
- Chromium is a highly secure web browser which is often ahead of other
+ | 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

GrapheneOS |
- GrapheneOS is a security-hardened, privacy-hardened, secure-by-default
+ | GrapheneOS is a security-hardened, privacy-hardened, secure-by-default
Android-based operating system which implements extensive, systemic security
and privacy hardening to the Android Open Source Project used as its base
codebase. Its hardening includes closing gaps for apps to access sensitive
@@ -237,9 +244,13 @@
| 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 browser. Its hardening alongside
- Chromium's base security features includes disabling JavaScript just-in-time (JIT)
- compilation by default, stubbing out the battery status API to prevent abuse of it,
- and always-on Incognito mode as an option.
+ Chromium's base security features includes
+ disabling JavaScript just-in-time (JIT) compilation by default,
+ stubbing out the battery status API to prevent abuse of it, and
+ always-on Incognito mode as an option.
Vanadium's source code, including its Chromium patchset, can be found in its
|