Artera notes. A few scripting things. Downloaded templates.

This commit is contained in:
Norm Rasmussen
2023-03-10 18:00:40 -05:00
parent 21d73cd346
commit 233d1843dc
38 changed files with 2816 additions and 22 deletions

View File

@ -52,6 +52,7 @@
{% include "footer" %}
<style>
/*
.np-homepage-hero-content {
position: static;
text-align: left;
@ -70,7 +71,7 @@
max-width: 50%;
height: auto;
max-height: max-content;
}
}*/
.np-stretch-content:nth-child(n+2) {
margin-top: 24px;
@ -80,10 +81,14 @@
margin: 0;
}
.tns-outer {
.tns-outer {
position: relative;
}
#tns1-mw {
min-height: 500px;
}
.tns-controls {
position: absolute;
z-index: 100;
@ -127,6 +132,10 @@
}
@media (min-width: 768px) {
.course-card {
height: 29rem;
}
.np-homepage-hero-cta.np-button {
border-radius: 30px;
padding: 32px;
@ -168,4 +177,4 @@
}
}
});
</script>
</script>