Increase max normal content width to 900px

This commit is contained in:
Johannes Zellner
2025-09-30 15:35:27 +02:00
parent f8e15acf89
commit 471dd08016
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ hr {
}
.content {
max-width: 800px;
max-width: 900px;
width: 100%;
position: absolute;
}