Update styles.css

Align time information to the right
This commit is contained in:
Ralf Stockmann 2023-05-20 23:55:05 +02:00 committed by GitHub
parent dabe3f6782
commit 30c1c2dec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;