about summary refs log tree commit diff
path: root/users/wpcarro/website/fragments/template.html
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-07-09T05·02-0700
committerclbot <clbot@tvl.fyi>2022-07-09T05·08+0000
commit882c5570bf5d218e735ce65ce266b6825ab00e2c (patch)
tree9692b0029bb06b46aa8246c3639dac372473ecf3 /users/wpcarro/website/fragments/template.html
parent9bad6e147564258d6b90d7c00af73c44f7ef7b03 (diff)
chore(wpcarro/website): Resize things for iPhone 12 Mini r/4281
The overflow-x was a bit embarrassing. I also touched-up other things while I
was getting my hands dirty in the CSS.

Change-Id: I7bfdbb0ab05c67f35fb11672b3dfc29b6c5a53d1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5927
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
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 241e11a12f..0da4e46d65 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>