Commit b9b8d94a by Arpit Jain

Completed project review point and also add 404 and 405 page

parent b5b0ddbb
...@@ -86,4 +86,8 @@ div#localitylist { ...@@ -86,4 +86,8 @@ div#localitylist {
} }
.location_data{ .location_data{
position: relative; position: relative;
} margin-bottom: 15px;
\ No newline at end of file }
.col-md-7.col-lg-9.location_data-map {
height: 612px;
}
\ No newline at end of file
...@@ -226,7 +226,9 @@ body.list-view .location_data aside { ...@@ -226,7 +226,9 @@ body.list-view .location_data aside {
padding-top: 1.25rem; padding-top: 1.25rem;
padding-bottom: 0; padding-bottom: 0;
padding-left: 0; padding-left: 0;
padding-right: 0; } padding-right: 0;
min-height: 612px;
}
.location_data aside .result_head { .location_data aside .result_head {
align-items: center; align-items: center;
padding-left: 15px; padding-left: 15px;
......
...@@ -61,8 +61,7 @@ ...@@ -61,8 +61,7 @@
frameborder="0" style="border:0" allowfullscreen></iframe></div> frameborder="0" style="border:0" allowfullscreen></iframe></div>
</div> </div>
</section> </section>
<section class="container promotion-wrapper mt-4">
</section>
<script type="text/javascript"> <script type="text/javascript">
......
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