From 7cc75c99d6b6b2ff83c4e7579dd0a96bb8fefb10 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 10 Sep 2023 16:50:27 +0200 Subject: [PATCH] working --- package.json | 10 +- src/assets/css/tailwind.css | 2 +- src/components/Announcement.vue | 2 +- src/components/MainPhotos.vue | 23 ++ src/components/content/GridSection.vue | 2 +- src/layouts/default.vue | 8 +- src/pages/about.vue | 29 ++- src/pages/index.vue | 1 + src/pages/uses.vue | 9 +- src/pages/work.vue | 2 +- src/pages/writing/index.vue | 2 +- src/public/about.jpg | Bin 0 -> 189183 bytes yarn.lock | 336 +++++-------------------- 13 files changed, 125 insertions(+), 301 deletions(-) create mode 100644 src/components/MainPhotos.vue create mode 100644 src/public/about.jpg diff --git a/package.json b/package.json index f98747e..54934bc 100644 --- a/package.json +++ b/package.json @@ -29,15 +29,15 @@ }, "devDependencies": { "@antfu/eslint-config": "0.41.0", - "@iconify/json": "2.2.111", - "@nuxt/devtools": "0.8.2", - "@nuxthq/studio": "0.14.0", + "@iconify/json": "2.2.113", + "@nuxt/devtools": "0.8.3", + "@nuxthq/studio": "0.14.1", "@nuxthq/ui": "2.7.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", - "@types/node": "20.5.9", + "@types/node": "20.6.0", "@vueuse/core": "10.4.1", "@vueuse/nuxt": "10.4.1", - "eslint": "8.48.0", + "eslint": "8.49.0", "nuxt": "3.7.1", "nuxt-icon": "0.5.0", "prisma": "5.2.0", diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css index 9b542b1..2f3bc91 100644 --- a/src/assets/css/tailwind.css +++ b/src/assets/css/tailwind.css @@ -4,7 +4,7 @@ @layer components { .w-container { - @apply mx-auto max-w-7xl lg:px-24 md:px-12 sm:px-4; + @apply mx-auto max-w-7xl px-4 lg:px-32 md:px-16 sm:px-8; } .text-subtitle { diff --git a/src/components/Announcement.vue b/src/components/Announcement.vue index 063fee7..91d4219 100644 --- a/src/components/Announcement.vue +++ b/src/components/Announcement.vue @@ -9,7 +9,7 @@ function getColor() {