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 @@
+
+
+
+
-
-
-
-
+
+
diff --git a/components/model/item.vue b/components/model/item.vue
index 65153ab..77b21c7 100644
--- a/components/model/item.vue
+++ b/components/model/item.vue
@@ -16,7 +16,7 @@ box.getSize(size)
const getMaterial = () => {
return new MeshStandardMaterial({
color: props.color ? new Color(props.color) : new Color('#9c9c9c'),
- roughness: 0.5,
+ roughness: 0.3,
metalness: 1,
})
}