Work on CMS, styles

This commit is contained in:
Fede Álvarez 2022-05-22 18:51:40 +02:00
parent 02bb3c9de6
commit 47f4d2f6f3
2 changed files with 5 additions and 1 deletions

View File

@ -262,6 +262,10 @@
}
.image__container {
@include respond-to('mobile') {
height: unset;
}
margin: tovw(25px, 'default', 16px) 0;
border-top: tovw(1px, 'default', 1px) solid var(--color-white);
border-bottom: tovw(1px, 'default', 1px) solid var(--color-white);

View File

@ -55,7 +55,7 @@ const HomeOthers = {
const Testimonials = {
query: `
{
allTestimonials {
allTestimonials (orderBy: [id_ASC]) {
id
testimonialImage {
url