Skip to content

Commit

Permalink
change feature alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Jan 30, 2024
1 parent 9e8d359 commit 4944008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/single_right
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tr>
<td colspan='{{ single_right.btn_num }}'>
<tr>
<td colspan='{{ single_right.btn_num }}' style='text-align:right !important;'>
<td colspan='{{ single_right.btn_num }}' style='text-align:left !important;'>
<h3 class='archive__item-title'>{{ single_right.title }}</h3>
</td>

Expand All @@ -24,11 +24,11 @@
</td>
</tr>

<tr><td colspan='{{ single_right.btn_num }}' style='text-align:right !important;'>
<tr><td colspan='{{ single_right.btn_num }}' style='text-align:left !important;'>
{{ single_right.synopsis | markdownify }}
</td></tr>

<tr><td colspan='{{ single_right.btn_num }}' style='text-align:right !important;'>
<tr><td colspan='{{ single_right.btn_num }}' style='text-align:left !important;'>
<div class='archive__item-excerpt'>{{ single_right.citation | markdownify }}</div>
</td></tr>

Expand Down

0 comments on commit 4944008

Please sign in to comment.