From 65bb676ca08e4810917efbb2139c9fb6df582dd8 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 11 Jun 2024 10:09:23 +0300 Subject: [PATCH] styles --- assets/main.scss | 8 ++++---- components/expDiagram.vue | 20 ++++++++------------ components/model/item.vue | 2 +- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index a7b629d..4b23634 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -48,7 +48,7 @@ a[href^="#"] { } &-text { - @apply col-span-12 xl:col-span-5 text-sm prose whitespace-break-spaces; + @apply col-span-12 xl:col-span-5 text-sm prose; &-small { @apply col-span-12 xl:col-span-10 text-xs min-w-full prose; @@ -76,11 +76,11 @@ a[href^="#"] { } &-content { - @apply col-span-full xl:col-span-6 h-full flex flex-col justify-between min-w-full prose; + @apply col-span-full xl:col-span-8 h-full flex flex-col justify-between min-w-full prose; } &-text { - @apply whitespace-break-spaces; + // @apply } &-title { @@ -88,7 +88,7 @@ a[href^="#"] { } &-image { - @apply col-span-full xl:col-span-6 flex justify-center items-center; + @apply col-span-full xl:col-span-4 flex justify-center items-center; min-height: 50vh; } } diff --git a/components/expDiagram.vue b/components/expDiagram.vue index ba9e5a2..1937f5b 100644 --- a/components/expDiagram.vue +++ b/components/expDiagram.vue @@ -1,12 +1,12 @@