Skip to content

Commit

Permalink
Center-align README content (#1893)
Browse files Browse the repository at this point in the history
* Center-align README content

As suggested by godelski
https://news.ycombinator.com/item?id=42092463
  • Loading branch information
dandavison authored Nov 9, 2024
1 parent 4e3702c commit 4f21731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ Delta has many features and is very customizable; please see the [user manual](h

Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output.

<table>
<table align="center">
<tr>
<td>
<img width=400px src="https://user-images.githubusercontent.com/52205/86275526-76792100-bba1-11ea-9e78-6be9baa80b29.png" alt="image" />
<br>
<sub>delta with <code>line-numbers</code> activated</sub>
<p align="center"><sub>delta with <code>line-numbers</code> activated</sub></p>
</td>
</tr>
</table>

<table>
<table align="center">
<tr>
<td>
<img width=800px src="https://user-images.githubusercontent.com/52205/87230973-412eb900-c381-11ea-8aec-cc200290bd1b.png" alt="image" />
<br>
<sub>delta with <code>side-by-side</code> and <code>line-numbers</code> activated</sub>
<p align="center"><sub>delta with <code>side-by-side</code> and <code>line-numbers</code> activated</sub></p>
</td>
</tr>
</table>
Expand All @@ -85,7 +85,7 @@ Here's what `git show` can look like with git configured to use delta:

<br>

<table>
<table align="center">
<tr>
<td>
<img width=500px style="border: 1px solid black"
Expand Down

0 comments on commit 4f21731

Please sign in to comment.