patx/miadruck

Reduce padding in topbar-inner class

Commit c7f0b90 · Harrison Erd · 2026-01-09T20:45:39-05:00

Changeset
c7f0b905e9138328fe9cd3da0520bdb76354e551
Parents
fe59fc3c9eda2416ace6370591529911bc4c2ef6

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/index.html b/index.html
index 344e20a..117366a 100644
--- a/index.html
+++ b/index.html
@@ -81,7 +81,7 @@
     .topbar-inner{
       width:min(var(--wrap), calc(100% - 36px));
       margin:0 auto;
-      padding:14px 0;
+      padding:5px 0;
       display:flex;
       align-items:center;
       justify-content:space-between;
@@ -126,7 +126,7 @@
     .nav-cta:hover{ filter:brightness(1.03); }
 
     @media (max-width: 740px){
-      .topbar-inner{ padding:10px 0; }
+      .topbar-inner{ padding:5px 0; }
       .brand{ font-size:15px; }
       .nav-toggle{ display:inline-flex; }