Fix responsiveness for mobile

This commit is contained in:
Marvin Elsen 2024-09-01 13:17:49 +02:00
parent aa75c87e22
commit a5c6713174
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

@ -28,7 +28,7 @@ body {
#wrapper { #wrapper {
padding: 16px; padding: 16px;
width: 65ch; max-width: 65ch;
margin: 0 auto; margin: 0 auto;
} }