Re-add line-height to about page.

This commit is contained in:
MatthiasSaihttam 2021-05-01 16:14:20 -04:00
parent a9a02bae61
commit a604284510
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,6 @@ body {
.thought {
margin: 20px 0;
line-height: 1.5em;
}
.thought.highlighted .main, .thought.highlighted .extended-text {
@ -92,8 +91,9 @@ textarea, input[type="text"], input[type="password"] {
overflow-x: hidden;
}
.text {
.text, .thought-end {
max-width: 100%;
line-height: 1.5em;
}
.main-text, .main-text p:last-child {