Datasnipper, Skuid, and Anthology

This commit is contained in:
Norm Rasmussen
2024-07-01 16:37:52 -04:00
parent faab7b7a0b
commit b7af632306
5 changed files with 27 additions and 12 deletions

View File

@ -33,6 +33,9 @@
</script>
{% include "header" %}
<div class="mobile-subnav">
{% include "sub_navigation" %}
</div>
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
<div class="np-homepage-hero">
@ -53,9 +56,6 @@
{% comment %} {% include "browse_by_product" %} {% endcomment %}
<div class="mobile-subnav" style="margin: -24px -20px 16px;">
{% include "sub_navigation" %}
</div>
<div class="np-catalog-header-wrapper catalog-header-wrapper">
@ -332,10 +332,6 @@
margin-top: none;
}
.mobile-subnav{
display: none;
}
.search-and-filter-component{
align-items: center;
flex-direction: row;