Artera requested the new course content to be added more places.

This commit is contained in:
Norm Rasmussen
2025-12-09 17:03:23 -05:00
parent e44a1a67d3
commit e9ea1556e8
8 changed files with 25 additions and 4 deletions

View File

@ -8,7 +8,7 @@
{% endif %}
<main class="np-main np-dashboard np-subpage-container np-max-width">
{% include "course_version_outdated_alert", courses: courses.enrolled %}
{% comment %} {% include "course_version_outdated_alert", courses: courses.enrolled %} {% endcomment %}
<div class="row np-flex-center">
<div class="col-xs-12 {% if features.training_events? %} col-sm-8 {% endif %}">
{% if features.learning_paths? %}
@ -80,6 +80,9 @@
</script>
<style>
.np-flex-center {
padding-top: 20px;
}
.np-dashboard {
padding-top: 183px;
}