diff --git a/front/src/assets/main.scss b/front/src/assets/main.scss index 2bc43e6..dd9d8b5 100644 --- a/front/src/assets/main.scss +++ b/front/src/assets/main.scss @@ -4,9 +4,11 @@ :root { --primary-color: #ACD0E5; } + body { font-family: 'Montserrat'; } + a[href] { color: #048280; @@ -15,5 +17,23 @@ a[href] { } } +.main { + display: flex; + align-items: center; + flex-direction: column; + justify-content: space-between; + height: calc(100vh - 4.25rem); + gap: 1.25rem; + + h1 { + font-size: 4rem + } + p { + &:not(:last-child) { + margin-bottom: 0.5rem; + } + } +} + @import 'sidebar.scss'; @import 'nav.scss'; \ No newline at end of file diff --git a/front/src/components/Main/index.vue b/front/src/components/Main/index.vue index 97fdda6..a034613 100644 --- a/front/src/components/Main/index.vue +++ b/front/src/components/Main/index.vue @@ -1,5 +1,27 @@ \ No newline at end of file diff --git a/front/src/components/load.vue b/front/src/components/load.vue index 0d9b3c1..e7fe70a 100644 --- a/front/src/components/load.vue +++ b/front/src/components/load.vue @@ -8,5 +8,5 @@ const route = useRoute() await page.load(route.params) \ No newline at end of file diff --git a/front/src/index.d.ts b/front/src/index.d.ts index cd3a8ad..66d6f72 100644 --- a/front/src/index.d.ts +++ b/front/src/index.d.ts @@ -15,7 +15,7 @@ interface scene3D { min_distance: number max_distance: number elements: element3DType[] - descrition?: string + description?: string env: { hdr_gainmap?: string hdr_json?: string