Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -18,7 +18,8 @@ | ... | @@ -18,7 +18,8 @@ |
18 | </nav> | 18 | </nav> |
19 | 19 | ||
20 | <div class="card"> | 20 | <div class="card"> |
21 | - <h5 class="card-header p-2" style="font-weight: bold; font-family: 'Archivo', sans-serif;"><%= post.title %></h5> | 21 | + <h5 class="card-header p-2" style="font-weight: bold; font-family: 'Archivo', sans-serif; background-color:goldenrod;"><%= post.title %></h5> |
22 | + <h5 class="card-header p-1" style="font-family: 'Archivo', sans-serif;"><%= post.address %></h5> | ||
22 | <div class="row"> <!-- 1 --> | 23 | <div class="row"> <!-- 1 --> |
23 | 24 | ||
24 | <div class="col-md-7 col-lg-8 col-xl-9 order-sm-2 order-md-1"> <!-- 1 --> | 25 | <div class="col-md-7 col-lg-8 col-xl-9 order-sm-2 order-md-1"> <!-- 1 --> | ... | ... |
-
Please register or login to post a comment