tonybtw.com

tonybtw.com

https://git.tonybtw.com/tonybtw.com.git git://git.tonybtw.com/tonybtw.com.git

Fixed spacing.

Commit
53a8ea8e541990090c84cc858587dafd955248ae
Parent
2eb8b37
Author
tonybanters <tonybanters@gmail.com>
Date
2025-08-25 20:43:40

Diff

diff --git a/layouts/index.html b/layouts/index.html
index d65f1c2..3af4cab 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -14,7 +14,7 @@
     <main class="container">
 
       <!-- Hero Section -->
-      <section class="hero-section" style="padding: 4rem 1rem; text-align: center;">
+      <section class="hero-section" style="padding: 2rem 1rem; text-align: center;">
         <h1 style="font-size: 2.5rem; font-weight: 800; margin-bottom: 1rem;">
           Creating <span style="color: var(--cyn);">Quick and Painless</span> Linux Tutorials
         </h1>
@@ -24,12 +24,12 @@
         </p>
         <div style="margin-top: 1.5rem;">
           <a href="https://www.youtube.com/@tony-btw" target="_blank" class="btn-primary">YouTube Channel</a>
-          <a href="/support/" class="btn-outline" style="margin-left: 1rem;">Support!</a>
+          <a href="/support/" class="btn-outline" style="margin-left: 1rem; margin-top: 1rem;">Support!</a>
         </div>
       </section>
 
       <!-- Tutorials Section -->
-      <section style="margin-top: 3rem; margin-bottom: 4rem;">
+      <section style="margin-bottom: 4rem;">
         <h2 style="font-size: 1.8rem; font-weight: bold; text-align: center; margin-bottom: 1rem;">
           Recent Tutorials
         </h2>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a5159b4..92aee44 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -34,10 +34,10 @@
 <div id="mobile-nav-panel" class="mobile-nav hidden">
   <ul class="mobile-nav-list">
     <li><a class="mobile-nav-link" href="/">Home</a></li>
-    <li><a class="mobile-nav-link" href="/getting-involved/">Support</a></li>
+    <li><a class="mobile-nav-link" href="/support/">Support</a></li>
     <li><a class="mobile-nav-link" href="/tutorial/">Tutorials</a></li>
     <li class="mobile-nav-link">
-      <a href="https://discord.gg/CXAz6m4sWE" target="_blank" rel="noopener">💬 Join Discord</a>
+      <a href="https://discord.gg/CXAz6m4sWE" target="_blank" rel="noopener">Join Discord</a>
     </li>
   </ul>
 </div>