Skip to content

Commit 7bde9d7

Browse files
b0aseclaude
andcommitted
Add top padding to educational proposal page
Increase top padding from 40px to 80px to give better breathing room above the title 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b78b47f commit 7bde9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/EducationalProposalPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const EducationalProposalPage: React.FC = () => {
3232
.educational-proposal-page {
3333
max-width: 100%;
3434
margin: 0;
35-
padding: 40px 20px;
35+
padding: 80px 20px 40px 20px;
3636
line-height: 1.6;
3737
color: #ffffff;
3838
background: #000000;

0 commit comments

Comments
 (0)