diff --git a/app.vue b/app.vue index af87270..2d6bb77 100644 --- a/app.vue +++ b/app.vue @@ -47,27 +47,27 @@ const toggleModal = () => { -
+
-
-

{{ about?.title }}

-
+
+

{{ about?.title }}

+
{{ about?.content }}

-
+
-
-
+
-
+
-
-
+
diff --git a/assets/main.scss b/assets/main.scss index 401e02a..efbb3f2 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -56,7 +56,7 @@ a[href^="#"] { } } -.block { +.siteblock { @apply py-10; &_imgbg { @@ -127,4 +127,8 @@ button { &[type="reset"] { @apply bg-neutral hover:bg-neutral-400 } +} + +.form { + @apply col-span-full flex gap-4 } \ No newline at end of file diff --git a/components/calcModels.vue b/components/calcModels.vue index 793f45f..a4bd22a 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -22,8 +22,8 @@ const controlsState = reactive({ - - + +
diff --git a/components/calcValues.vue b/components/calcValues.vue index 290bd84..0167b14 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -1,6 +1,10 @@ \ No newline at end of file diff --git a/components/model/item.vue b/components/model/item.vue index 5e23ce8..dda7aa9 100644 --- a/components/model/item.vue +++ b/components/model/item.vue @@ -1,7 +1,8 @@