JNJ Updated Templates
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user