Commit 0b6d27c5 by Manzar Hussain

add container

parent fc54d33f
......@@ -21,20 +21,22 @@
* @ingroup themeable
*/
#}
<div class="row">
<div class="col-md-6 col-12">
<!--form start-->
<div class="f-w">
<form{{ attributes }}>
{{ title_prefix }}
{{ children }}
{{ title_suffix }}
</form>
<div class="container">
<div class="row">
<div class="col-md-6 col-12">
<!--form start-->
<div class="f-w">
<form{{ attributes }}>
{{ title_prefix }}
{{ children }}
{{ title_suffix }}
</form>
</div>
</div>
<div class="col-md-6 col-12 d-none d-md-block d-lg-block">
<figure>
<img src="/themes/custom/envigo/images/contact-form-right.jpg" class="img-fluid" />
</figure>
</div>
</div>
<div class="col-md-6 col-12 d-none d-md-block d-lg-block">
<figure>
<img src="/themes/custom/envigo/images/contact-form-right.jpg" class="img-fluid" />
</figure>
</div>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment