1 parent ad42731 commit 278f2b4Copy full SHA for 278f2b4
1 file changed
style.css
@@ -346,11 +346,25 @@ body {
346
color: #5c2a8a;
347
margin: -0.625rem 0;
348
text-shadow: 0 0 0.1875rem rgba(153, 0, 255, 0.2);
349
- white-space: pre-wrap;
350
- word-wrap: break-word;
+ white-space: normal; /* allow wrapping */
+ word-break: keep-all; /* don’t break in middle of words */
351
width: 100%;
352
}
353
354
+.project-title::after {
355
+ content: '';
356
+}
357
+
358
+/* Add breaks after underscores */
359
+.project-title {
360
+ word-break: break-word;
361
362
363
+.project-title span {
364
+ display: inline;
365
366
367
368
.bar {
369
width: 14%;
370
height: 0.3125rem;
0 commit comments