Fix spacing on about text

This commit is contained in:
Tyler Perkins 2023-07-28 22:45:54 -04:00
parent 35636d14da
commit b1e5a1f359
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ html {
}
.about-description {
margin: 5px;
}
.about-description p {
word-wrap: break-word;
white-space: pre-wrap;