From 37cc91784012e71e5ba6836482106a1f8cc3c5d9 Mon Sep 17 00:00:00 2001 From: Alham Fikri Aji Date: Sun, 24 Nov 2024 22:27:33 +0400 Subject: [PATCH] Update profile.html --- _pages/profile.html | 4 ++++ 1 file changed, 4 insertions(+) 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) {