Skip to content

Commit

Permalink
presentation text padding top on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
breftejk committed Dec 3, 2023
1 parent eb35b7d commit b5e77b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/presentation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Presentation() {
<div className="mx-auto max-w-7xl px-6 sm:py-40 lg:px-8">
<h1
className={
'text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl pb-6'
'text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl pb-6 pt-14 md:pt-0'
}
>
Prezentacja Inauguracyjna
Expand Down

0 comments on commit b5e77b0

Please sign in to comment.