File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 348348
349349 /* ── Forms ── */
350350 .manage-form {
351- max-width : 820px ;
352- margin : 0 auto;
353351 }
354352 .form-group {
355353 margin-bottom : 20px ;
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ <h2 style="font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 4px;">
152152
153153 {% if not is_create %}
154154 <!-- Related data sections below the form -->
155- < div style ="max-width:820px;margin: 40px auto 0 ; ">
155+ < div style ="margin-top: 40px; ">
156156
157157 <!-- Feature Configurations -->
158158 < div class ="manage-section ">
Original file line number Diff line number Diff line change 1717{% endblock %}
1818
1919{% block manage_content %}
20- < div style =" max-width:820px;margin:0 auto; " >
20+ < div >
2121 < h2 style ="font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 4px; "> Contract for {{ sponsorship.sponsor.name }}</ h2 >
2222 < p style ="font-size:13px;color:#777;margin:0 0 24px; ">
2323 {{ sponsorship.level_name }} · ${{ sponsorship.sponsorship_fee|default:"0"|floatformat:"0" }}
Original file line number Diff line number Diff line change 55{% with active_tab="guide" %}
66
77{% block manage_content %}
8- < div style =" max-width:820px;margin:0 auto; " >
8+ < div >
99
1010< h2 style ="font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 8px; "> Sponsor Management Guide</ h2 >
1111< p style ="font-size:13px;color:#777;margin:0 0 28px; "> For PSF sponsorship team members. This UI replaces most Django admin workflows.</ p >
You can’t perform that action at this time.
0 commit comments