Skip to content

Commit a66ffa3

Browse files
b0aseclaude
andcommitted
Increase top padding for Educational Funding Proposal page title
- Added page-header override with 80px top padding (vs default 32px) - Provides more breathing room above the page title - Improves visual balance on educational proposal page 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b263cf5 commit a66ffa3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

frontend/src/pages/EducationalProposalPage.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ const EducationalProposalPage: React.FC = () => {
2323
`}</style>
2424
<div className="educational-proposal-page">
2525
<style>{`
26+
.page-header {
27+
padding: 80px 0 32px 0 !important;
28+
}
29+
2630
.educational-proposal-page {
2731
max-width: 100%;
2832
margin: 0;

src/pages/EducationalProposalPage.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ const EducationalProposalPage: React.FC = () => {
2323
`}</style>
2424
<div className="educational-proposal-page">
2525
<style>{`
26+
.page-header {
27+
padding: 80px 0 32px 0 !important;
28+
}
29+
2630
.educational-proposal-page {
2731
max-width: 100%;
2832
margin: 0;

0 commit comments

Comments
 (0)