Pi66

dots
My personal Linux configuration files and dotfiles.
git clone https://git.pi66.xyz/dots

← back to log

fix: titles alignment #2

author: pi66
date: 2026-04-16 00:03
hash: bc8cdb3ef351e3f2a253f1347e2319b1f9fb06e8

Diffstat:

M

README.md
9 ++++++++++++++++++++----------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff --git a/README.md b/README.md
index c9926cf..5484ac0 100644
--- a/README.md
+++ b/README.md
@@ -54,16 +54,19 @@ It is used across the window manager, terminal, neovim, and even Krita to keep a
 check `colorscheme` file 

 # Preview
+
+<h3 style="text-align: center;">DWL</h3>
 <table>
   <tr>
-  <h3 style="text-align: center;">DWL</h3>
     <td><img src="./screenshots/dwl-00.png" width="100%"></td>
     <td><img src="./screenshots/dwl-01.png" width="100%"></td>
   </tr>
+</table>
+
+<h3 style="text-align: center;">Neovim</h3>
+<table>
   <tr>
-  <h3 style="text-align: center;">Neovim</h3>
     <td><img src="./screenshots/nvim-00.png" width="100%"></td>
     <td><img src="./screenshots/nvim-01.png" width="100%"></td>
   </tr>
 </table>
-