mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-05-01 08:29:32 -05:00
Adjustable width for forms
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% block content_before %}
|
||||
<div class="container-fluid h-100">
|
||||
<div class="row h-100 justify-content-center align-items-center">
|
||||
<div class="mx-auto" style="max-width: 30em;">
|
||||
<div class="mx-auto" style="max-width: {% block width %}30em{% endblock %};">
|
||||
<div class="card shadow rounded border-0 h-100 my-5">
|
||||
<div class="card-header bg-primary pt-4 text-center text-white">
|
||||
<img class="img-fluid mb-3"
|
||||
|
||||
Reference in New Issue
Block a user