Add class for pre-wrap-text

This commit is contained in:
2025-12-25 20:04:29 -05:00
parent aedf168e8a
commit fa13039203
3 changed files with 14 additions and 9 deletions
+5
View File
@@ -104,4 +104,9 @@ h1:focus {
aspect-ratio: 10/1;
border-radius: 50%;
border: 1px solid;
}
.pre-wrap-text {
white-space: pre-wrap;
}
}