Fix comments date in Feed page
This commit is contained in:
parent
c9d79088d8
commit
72cb6325d9
|
@ -2,15 +2,16 @@
|
|||
@include font-size(1.2rem);
|
||||
|
||||
color: var(--secondary-color);
|
||||
align-items: center;
|
||||
align-self: center;
|
||||
//align-self: center;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
flex-direction: column;
|
||||
gap: .5rem;
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
font-size: 1.2rem;
|
||||
justify-content: flex-start;
|
||||
margin: 0 1rem;
|
||||
height: 1.6rem;
|
||||
margin-bottom: .5rem;
|
||||
|
||||
.date {
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Reference in New Issue
Block a user