commit 2891c2221cd24bd18c784ab03c6db9a0542f0b3f
Author: tri <tri@thac.loan>
Date:   Mon Sep 29 11:20:00 2025 +0700

    tweak table margin

diff --git a/src/assets/style.css b/src/assets/style.css
index 619ef3c..534dab1 100644
--- a/src/assets/style.css
+++ b/src/assets/style.css
@@ -36,7 +36,7 @@ table {
   overflow: scroll;
 
   white-space: nowrap;
-  border-top: 2px solid var(--table-border-color);
+  /*border-top: 2px solid var(--table-border-color);*/
 }
 /*
 tbody tr:nth-child(odd) {
@@ -74,7 +74,6 @@ pre {
 }
 
 .readme-container {
-  margin-bottom: 1rem;
 }
 .readme-content {
   margin: 0;
diff --git a/src/main.zig b/src/main.zig
index 7a0ce16..ed33bc6 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -284,7 +284,7 @@ pub fn writeRepoPage(args: RepoArgs) !void {
 
     try writer.interface.print(
         \\    <div style="overflow-x:auto; padding-bottom:1rem">
-        \\      <table>
+        \\      <table style="margin-top: 1.5rem">
         \\        <thead>
         \\          <tr>
         \\            <th>hash</th>