10 lines
108 B
CSS
10 lines
108 B
CSS
.post-item {
|
|
display: flex;
|
|
}
|
|
|
|
.post-date {
|
|
display: block;
|
|
margin-right: 16px;
|
|
min-width: 100px;
|
|
}
|