diff --git a/index.html b/index.html
index 6236780..d81046c 100644
--- a/index.html
+++ b/index.html
@@ -35,12 +35,18 @@
Our Games
-
- FreeTTRPG
+
+ FreeTTRPG
-
FreeFTF
@@ -52,6 +58,7 @@
FOSS Alternatives
@@ -59,6 +66,7 @@
React
diff --git a/styles.css b/styles.css
index 98dd65f..003f9fe 100644
--- a/styles.css
+++ b/styles.css
@@ -312,6 +312,13 @@ form button:hover {
background-color: var(--accent-hover-color);
}
+li a.listElement{
+ display: block;
+ width: 100%;
+ height: 100%;
+ text-decoration: none;
+}
+
/* Responsive design */
@media (max-width: 768px) {
header ul {