mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-02-28 23:44:08 +00:00
Work on CMS, styles
This commit is contained in:
parent
02bb3c9de6
commit
47f4d2f6f3
@ -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);
|
||||
|
||||
@ -55,7 +55,7 @@ const HomeOthers = {
|
||||
const Testimonials = {
|
||||
query: `
|
||||
{
|
||||
allTestimonials {
|
||||
allTestimonials (orderBy: [id_ASC]) {
|
||||
id
|
||||
testimonialImage {
|
||||
url
|
||||
|
||||
Loading…
Reference in New Issue
Block a user