Commit 0b6d27c5 by Manzar Hussain

add container

parent fc54d33f
...@@ -21,20 +21,22 @@ ...@@ -21,20 +21,22 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
<div class="row"> <div class="container">
<div class="col-md-6 col-12"> <div class="row">
<!--form start--> <div class="col-md-6 col-12">
<div class="f-w"> <!--form start-->
<form{{ attributes }}> <div class="f-w">
{{ title_prefix }} <form{{ attributes }}>
{{ children }} {{ title_prefix }}
{{ title_suffix }} {{ children }}
</form> {{ 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>
<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> </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