G2, Cin7, and Artera templates. Some todo changes.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user