diff --git a/_pages/profile.html b/_pages/profile.html
index 6a8de35..6089db4 100644
--- a/_pages/profile.html
+++ b/_pages/profile.html
@@ -119,15 +119,19 @@
font-weight: 500;
font-size: 0.7rem;
letter-spacing: 0.5px;
+ margin-left: auto; /* Pushes the date to the right */
+ white-space: nowrap;
}
.timeline-title {
font-weight: 600;
+ flex: 1 1 auto;
}
.timeline-subtitle {
font-size: 0.7rem;
margin-bottom: 0.6rem;
+ width: 100%;
}
@media (max-width: 768px) {