Changeset - 064353d6ffe7
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 14 months ago 2023-04-20 05:33:42
ben@sturm.com.au
Align flatpages to left
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/default.html
Show inline comments
...
 
@@ -4,8 +4,7 @@
 

	
 
{% block content %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
  <div class="col-12 content text-page" style="max-width: 45rem">
 
    {{ flatpage.content }}
 
  </div>
 
</div>
0 comments (0 inline, 0 general)