Update styles.css
Align time information to the right
This commit is contained in:
parent
dabe3f6782
commit
30c1c2dec3
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
left: 70px;
|
left: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-text.text-right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
/* Add padding to the card body to prevent overlay with avatar and username */
|
/* Add padding to the card body to prevent overlay with avatar and username */
|
||||||
.card-body {
|
.card-body {
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
|
|
Loading…
Reference in a new issue