Skip to content

Commit

Permalink
fix sm screen padding
Browse files Browse the repository at this point in the history
  • Loading branch information
penleychan committed Jun 16, 2024
1 parent 9e3825d commit c2b9ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(root)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import HueForgeTD from './components/hueforge-td';

const Home = async () => {
return (
<main className="flex flex-col justify-between p-24 gap-8">
<main className="flex flex-col justify-between sm:p-8 md:p-24 gap-8">
<p>
This compilation includes all reported Transmission Distances (TD) from
various brands, contributed by the community. Some of these may already
Expand Down

0 comments on commit c2b9ea1

Please sign in to comment.