From 30c1c2dec32c575736097e930cfa51eac4e142cd Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Sat, 20 May 2023 23:55:05 +0200 Subject: [PATCH] Update styles.css Align time information to the right --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index a7c56a8..9f14f87 100644 --- a/styles.css +++ b/styles.css @@ -21,6 +21,10 @@ left: 70px; } +.card-text.text-right { + text-align: right; +} + /* Add padding to the card body to prevent overlay with avatar and username */ .card-body { padding-top: 40px;