diff --git a/app.vue b/app.vue index 4809281..8e7f33e 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,7 @@ diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/assets/css/tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/components/logo/name.vue b/components/logo/name.vue new file mode 100644 index 0000000..ff422d2 --- /dev/null +++ b/components/logo/name.vue @@ -0,0 +1,24 @@ + diff --git a/components/page/footer.vue b/components/main/footer.vue similarity index 52% rename from components/page/footer.vue rename to components/main/footer.vue index 8cc04af..e86efc4 100644 --- a/components/page/footer.vue +++ b/components/main/footer.vue @@ -1,13 +1,19 @@