Skip to content

Commit 6ccf63e

Browse files
authored
Merge pull request #5 from continuedev/mobile
mobile footer padding
2 parents 4923677 + 88bd93b commit 6ccf63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Home() {
5050
</div>
5151
</div>
5252

53-
<footer className="pb-8 pt-4">
53+
<footer className="pb-16 sm:pb-8 pt-4">
5454
<div className="flex flex-col items-center justify-center gap-0.5">
5555
<span className="font-['Molengo',sans-serif] text-white text-base tracking-wider opacity-50">Powered by</span>
5656
<a

0 commit comments

Comments
 (0)