fix overflow

main
xenofem 2022-05-24 16:50:03 -04:00
parent be4decde12
commit 8497b4137d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ body {
max-width: 512px;
margin: 0.5em auto;
padding: 0 1em;
overflow-wrap: break-word;
}
#header h1 {