리스트 디자인 수정
This commit is contained in:
parent
8ceddc8036
commit
12bdff346a
@ -27,8 +27,8 @@
|
|||||||
<!-- 본문 -->
|
<!-- 본문 -->
|
||||||
<div class="card-text str_wrap my-5">{{ content }}</div>
|
<div class="card-text str_wrap my-5">{{ content }}</div>
|
||||||
<!-- 날짜 -->
|
<!-- 날짜 -->
|
||||||
<div class="d-flex flex-column flex-sm-row justify-content-between align-items-start">
|
<div class="d-flex">
|
||||||
<small class="text-muted">{{ formattedDate }}</small>
|
<small class="text-muted me-2">{{ formattedDate }}</small>
|
||||||
<!-- 조회수, 좋아요, 댓글 -->
|
<!-- 조회수, 좋아요, 댓글 -->
|
||||||
<div class="d-flex mt-2 mt-sm-0">
|
<div class="d-flex mt-2 mt-sm-0">
|
||||||
<span class="text-muted me-3">
|
<span class="text-muted me-3">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user