kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 8760dd7960705d91c747de6e23c8f1395ae247bd
parent 11e5c0315e6a4532e5e804fe8097c9731d4903a1
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sat, 17 Feb 2024 21:49:33 -0300

Make space between header buttons bigger

Also remove unnecessary right margin on last button

Diffstat:
Mcommon/header.shtml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/header.shtml b/common/header.shtml
@@ -5,10 +5,10 @@
             <a href="/" id="header_link_short">Martin's Webpage</a>
         </h1>
          <ul class="header_buttons">
-             <li class="header_button" style="padding-right: 10px"><a href="https://git.kloeckner.com.ar/" style="text-decoration: none;">git</a></li>
-             <li class="header_button" style="padding-right: 10px"><a href="/blog" style="text-decoration: none;">blog</a></li>
-             <li class="header_button" style="padding-right: 10px"><a href="/files" style="text-decoration: none;">files</a></li>
-             <li class="header_button" style="padding-right: 10px"><a href="/about" style="text-decoration: none;">about</a></li>
+             <li class="header_button" style="padding-right: 14px"><a href="https://git.kloeckner.com.ar/" style="text-decoration: none;">git</a></li>
+             <li class="header_button" style="padding-right: 14px"><a href="/blog" style="text-decoration: none;">blog</a></li>
+             <li class="header_button" style="padding-right: 14px"><a href="/files" style="text-decoration: none;">files</a></li>
+             <li class="header_button" style="padding-right:  0px"><a href="/about" style="text-decoration: none;">about</a></li>
         </ul>
     </div>
 </header>