Skip to content

Commit 02e953e

Browse files
b0aseclaude
andcommitted
Add specific top margin to proposal header section
Add 100px top margin to .proposal-header to properly push title down from page top 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1171f40 commit 02e953e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/pages/EducationalProposalPage.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ const EducationalProposalPage: React.FC = () => {
197197
margin: 0 0 8px 0;
198198
font-size: 14px;
199199
}
200+
201+
.proposal-header {
202+
margin-top: 100px;
203+
margin-bottom: 40px;
204+
}
200205
201206
.roadmap-phase ul {
202207
margin-bottom: 0;

0 commit comments

Comments
 (0)