JNJ Updated Templates

This commit is contained in:
Norm Rasmussen
2022-04-14 09:56:07 -04:00
parent 902a608f99
commit a3290eef6c
12 changed files with 369 additions and 39 deletions

View File

@ -3,7 +3,7 @@
<main class="np-main np-homepage">
{% include "homepage_hero_carousel" %}
{% comment %} {% include "sub_navigation" %} {% endcomment %}
<div class="np-subpage-container">
<div class="np-subpage-container" id="featured">
<div class="row">
<div class="col-12 col-lg-4 courses-left-small">
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
@ -43,9 +43,11 @@
</div>
{% include "homepage_events" %}
{% include "section_faqs" %}
{% include "section_faqs" %}
{% include "section_contact_us" %}
</main>
{% include "footer" %}
@ -64,13 +66,8 @@
margin:0;
}
.np-homepage-headline {
color: black!important;
}
.np-card-content {
background: #f4f4f4!important;
border-color: black;
}
.np-card-content-title {
@ -81,4 +78,10 @@
padding-top: 190px;
}
@media (min-width:1170px) {
.np-homepage .np-subpage-container {
padding: 0 22px 120px;
}
}
</style>