Skip to content

Commit 67cb4cc

Browse files
committed
full width pages
1 parent acceb0f commit 67cb4cc

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

apps/sponsors/templates/sponsors/manage/_base.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@
348348

349349
/* ── Forms ── */
350350
.manage-form {
351-
max-width: 820px;
352-
margin: 0 auto;
353351
}
354352
.form-group {
355353
margin-bottom: 20px;

apps/sponsors/templates/sponsors/manage/benefit_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

apps/sponsors/templates/sponsors/manage/contract_send.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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 }} &middot; ${{ sponsorship.sponsorship_fee|default:"0"|floatformat:"0" }}

apps/sponsors/templates/sponsors/manage/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)