summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2024-11-09 11:38:34 -0500
committerGitHub <noreply@github.com>2024-11-09 09:38:34 -0700
commit4f21731fec01abde33e78cf191ff848893f5ffe4 (patch)
tree86f8c60b77b5f0fcb05c3e54bf35b6467a9f58e6 /README.md
parent4e3702c7fdcd7fe56df2746de9f12baa73132530 (diff)
Center-align README content (#1893)
* Center-align README content As suggested by godelski https://news.ycombinator.com/item?id=42092463
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index cfa3441..1f37c84 100644
--- a/README.md
+++ b/README.md
@@ -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>
@@ -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"