fix: style components to add responsivity

This commit is contained in:
Christel Westerberg
2024-02-13 13:28:30 +01:00
parent c578432a66
commit 5689e68610
21 changed files with 206 additions and 124 deletions

View File

@@ -1,3 +1,4 @@
import { Lang } from "@/types/lang"
import type { Edges } from "../utils/edges"
export type ContactNode = {
@@ -10,8 +11,12 @@ export type ContactNode = {
}
system: {
uid: string
locale: Lang
}
phone: {
number: string
title: string
}
phone: string
title: string
visiting_address: {
city: string