G2, Cin7, and Artera templates. Some todo changes.

This commit is contained in:
Norm Rasmussen
2024-05-22 16:38:31 -04:00
parent f0b52f01d4
commit 5b051fc205
6 changed files with 303 additions and 260 deletions

View File

@ -52,12 +52,16 @@
{% include "footer" %}
<style>
/*
.np-homepage-hero-content {
position: static;
text-align: left;
position: absolute;
padding: 36px 24px;
padding-top: 13%;
width: 90%;
display: flex;
justify-content: initial;
}
/*
.np-homepage-hero {
flex-direction: row-reverse;
}
@ -66,12 +70,14 @@
border-radius: 30px;
padding: 18px;
}
*/
.np-homepage-hero-image {
max-width: 50%;
width: 100%;
object-fit: contain;
height: auto;
max-height: max-content;
}*/
}
.np-main {
padding: 123px 0 0;
}