Sizing fixes for mobile

This commit is contained in:
2025-04-25 03:00:15 -06:00
parent 16dd4463ae
commit a6a17e8969
3 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ import {
export default function TechLinks() {
return (
<div class="flex flex-row gap-4 text-3xl">
<div class="flex flex-row gap-4 text-xl sm:text-3xl">
<a
href="https://react.dev/"
target="_blank"