|
@@ -19829,6 +19829,9 @@ article.node--type-frontpage .node__content > section.home-database {
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
justify-content: space-between; }
|
|
justify-content: space-between; }
|
|
|
|
+ @media (max-width: 654px) {
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-database .cards-list-home ul {
|
|
|
|
+ justify-content: space-around; } }
|
|
article.node--type-frontpage .node__content > section.home-database .cards-list-home ul li {
|
|
article.node--type-frontpage .node__content > section.home-database .cards-list-home ul li {
|
|
padding: 0 0 6.5px 0;
|
|
padding: 0 0 6.5px 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -19976,11 +19979,20 @@ article.node--type-frontpage .node__content > section.home-pricing > h3 {
|
|
text-align: center;
|
|
text-align: center;
|
|
text-transform: capitalize;
|
|
text-transform: capitalize;
|
|
padding: 0.7em 0 0.3em 0; }
|
|
padding: 0.7em 0 0.3em 0; }
|
|
|
|
+ @media (max-width: 654px) {
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing > h3 {
|
|
|
|
+ text-align: left;
|
|
|
|
+ padding: 0 0.4em; } }
|
|
|
|
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch {
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch {
|
|
text-align: center; }
|
|
text-align: center; }
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch p {
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch p {
|
|
margin: 0; }
|
|
margin: 0; }
|
|
|
|
+ @media (max-width: 654px) {
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch {
|
|
|
|
+ text-align: left; }
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch p {
|
|
|
|
+ padding: 0.5em 1em; } }
|
|
|
|
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing {
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -19992,10 +20004,22 @@ article.node--type-frontpage .node__content > section.home-pricing .field--name-
|
|
padding: 1em;
|
|
padding: 1em;
|
|
margin: 0;
|
|
margin: 0;
|
|
text-align: center; }
|
|
text-align: center; }
|
|
|
|
+ @media (max-width: 654px) {
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing {
|
|
|
|
+ flex-flow: column;
|
|
|
|
+ justify-content: flex-start; }
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing p {
|
|
|
|
+ flex: 0 0 auto;
|
|
|
|
+ text-align: left;
|
|
|
|
+ padding: 0 1em 0.5em; } }
|
|
|
|
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference {
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference {
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: row nowrap; }
|
|
flex-flow: row nowrap; }
|
|
|
|
+ @media (max-width: 654px) {
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference {
|
|
|
|
+ flex-flow: column;
|
|
|
|
+ justify-content: flex-start; } }
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item {
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item {
|
|
flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -20037,6 +20061,10 @@ article.node--type-frontpage .node__content > section.home-pricing .field--name-
|
|
padding: 0.5em; }
|
|
padding: 0.5em; }
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item .field--name-body p {
|
|
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item .field--name-body p {
|
|
margin: 0; }
|
|
margin: 0; }
|
|
|
|
+ @media (max-width: 654px) {
|
|
|
|
+ article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item {
|
|
|
|
+ flex: 0 0 auto;
|
|
|
|
+ padding: 0; } }
|
|
|
|
|
|
.infinite-loading-container .infinite-status-prompt i[class^="loading-"] {
|
|
.infinite-loading-container .infinite-status-prompt i[class^="loading-"] {
|
|
width: 15px;
|
|
width: 15px;
|