임태민

Update show.ejs

- post의 일부 구조를 변경하였습니다.
......@@ -18,7 +18,8 @@
</nav>
<div class="card">
<h5 class="card-header p-2" style="font-weight: bold; font-family: 'Archivo', sans-serif;"><%= post.title %></h5>
<h5 class="card-header p-2" style="font-weight: bold; font-family: 'Archivo', sans-serif; background-color:goldenrod;"><%= post.title %></h5>
<h5 class="card-header p-1" style="font-family: 'Archivo', sans-serif;"><%= post.address %></h5>
<div class="row"> <!-- 1 -->
<div class="col-md-7 col-lg-8 col-xl-9 order-sm-2 order-md-1"> <!-- 1 -->
......