about summary refs log tree commit diff
path: root/users/wpcarro/website/fragments/template.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/wpcarro/website/fragments/template.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/users/wpcarro/website/fragments/template.html b/users/wpcarro/website/fragments/template.html
index 241e11a12f9b..0da4e46d650f 100644
--- a/users/wpcarro/website/fragments/template.html
+++ b/users/wpcarro/website/fragments/template.html
@@ -19,9 +19,9 @@
     </script>
   </head>
   <body class="font-mono bg-gray-100">
-    <header class="sticky z-10 transition duration-300 bg-gray-100 top-0 py-6">
+    <header class="sticky z-10 transition duration-300 bg-gray-100 top-0 py-3 md:py-6">
       <div class="flex max-w-sm md:max-w-3xl mx-auto">
-        <div class="flex-1 text-center md:text-left text-xl md:text-base">
+        <div class="flex-1 text-center md:text-left text-sm md:text-base">
           <a href="@depotWork@/website">
             <h1 class="font-bold">
               <span class="text-black">(</span><a class="text-purple-600 hover:underline" href="@depotWork@/website">def</a>&nbsp;<a class="text-green-600 hover:underline text-bold" href="@homepage@">"@domain@"</a><span class="text-black">)</span>
@@ -79,11 +79,6 @@
               LinkedIn <span class="text-blue-300">-></span>
             </a>
           </li>
-          <li class="pb-6">
-            <a class="text-blue-600 font-bold" href="https://www.buymeacoffee.com/billandhisjoe">
-              Caffeinate Bill? <span class="text-blue-300">-></span>
-            </a>
-          </li>
         </ul>
       </footer>
     </div>