Added mobile layout to new components

This commit is contained in:
Ceferino Patino 2022-09-12 22:02:52 -05:00
commit 64f38f3aa4
5 changed files with 15 additions and 12 deletions

View file

@ -22,7 +22,7 @@
</head>
<body>
<main role="main" class="row max-height m-0 p-0">
<div class="col-4 max-height m-0 p-5">
<div class="col-lg-4 col-md-12 max-height m-0 p-5">
<div id="step-counter" class="mb-5">
{% block step-counter %}{% endblock %}
</div>