Increase max-width on normal content views to 800px

This commit is contained in:
Johannes Zellner
2025-09-22 10:35:26 +02:00
parent 7df7fd635b
commit 4202452e70
+1 -1
View File
@@ -80,7 +80,7 @@ hr {
}
.content {
max-width: 600px;
max-width: 800px;
width: 100%;
position: absolute;
}