Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dport96 committed May 3, 2024
1 parent 04b6c1b commit a8b6257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/nrt/nrt-card.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="col-md-6 col-lg-4" xmlns="http://www.w3.org/1999/html">
<div class="col-md-6 col-lg-4 rounded-pill" xmlns="http://www.w3.org/1999/html">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">{{ include.page.title }}</h5>
<p class="card-text"><small class="text-muted">{{ include.page.date | date_to_string }}</small></p>
<p>
{% for label in include.page.labels %}
<span style="background-color: var(--tf-pill-bg)" class="badge rounded-pill">{{ label }}</span>
<span style="background-color: red" class="badge rounded-pill">{{ label }}</span>
{% endfor %}
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/nrt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: home
---

<div class="container py-4">
<div class="container py-4 rounded-lg">
<h1 class="display-4">{{ page.title }}</h1>
<span class="date">{{ page.date | date_to_string }}</span>
<hr>
Expand Down

0 comments on commit a8b6257

Please sign in to comment.