Skip to content
Snippets Groups Projects
Commit 791dd1fa authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

Update file layout.html

parent e233f892
No related branches found
No related tags found
No related merge requests found
Pipeline #377824 passed
...@@ -21,23 +21,12 @@ ...@@ -21,23 +21,12 @@
{% include 'menu.html' %} {% include 'menu.html' %}
<!-- Header --> <!-- Header -->
<!-- <header class="bg-hero py-5 mb-5">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<h1 class="display-4 text-white mt-5 mb-2">{{ self.title() }}</h1>
<p class="lead mb-5 text-white-50">{% block lead %}{% endblock %}</p>
</div>
</div>
</div>
</header> -->
<header class="bg-hero py-5 mb-5"> <header class="bg-hero py-5 mb-5">
<div class="container h-100"> <div class="container h-100">
<div class="row h-100 align-items-center"> <div class="row h-100 align-items-center">
<div class="col-lg-12"> <div class="col-lg-12">
<h1 class="display-4 mt-5 mb-2 custom-color">{{ self.title() }}</h1> <h1 class="display-4 custom-color mt-5 mb-2">{{ self.title() }}</h1>
<p class="lead mb-5 custom-color">{% block lead %}{% endblock %}</p> <p class="lead mb-5 text-white-50">{% block lead %}{% endblock %}</p>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment