Skip to content

Commit

Permalink
fix: hide repo stats on small screens (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy authored Nov 10, 2024
1 parent 96f2262 commit 2e890b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GitHubRepo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const { forks, stars, latestReleaseName } = await loadRepoStats();
>
<section class="flex flex-row gap-2 items-center">
<Icon name="mdi:github" size={32} class="w-6 sm:w-10" />
<div class="font-light">
<div class="font-light max-sm:hidden">
<div class="text-sm">{siteMetadata.repo.fullName}</div>
<div class="flex flex-row gap-2 text-xs">
<div class="flex flex-row gap-0.5 items-center">
Expand Down

0 comments on commit 2e890b9

Please sign in to comment.