Skip to content

Commit

Permalink
fix animtab and flags too
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmp committed Jun 1, 2024
1 parent a3efad6 commit 05c10ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/resources/animtab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default component$(() => {
});

return (
<section class="flex mx-auto max-w-6xl px-6 items-center justify-center min-h-[calc(100svh)] pt-[72px]">
<section class="flex mx-auto max-w-6xl px-6 items-center justify-center min-h-[calc(100svh)] pt-[72px] scale-for-mac">
<div class="my-10 min-h-[60px] w-full">
<h1 class="font-bold text-gray-50 text-2xl sm:text-4xl mb-2">
{t('animtab.title@@Animated TAB')}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/resources/flags/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default component$(() => {
});

return (
<section class="flex mx-auto max-w-5xl px-6 justify-center min-h-[calc(100svh)] pt-[72px]">
<section class="flex mx-auto max-w-5xl px-6 justify-center min-h-[calc(100svh)] pt-[72px] scale-for-mac">
<div class="w-full my-10 min-h-[60px]">
<h1 class="font-bold text-gray-50 text-2xl sm:text-4xl mb-2">
{t('flags.title@@Flags Generator')}
Expand Down

0 comments on commit 05c10ac

Please sign in to comment.