From 17c67b746d926b6e46afc37bd549c68d19577287 Mon Sep 17 00:00:00 2001 From: DomWane Date: Thu, 3 Oct 2024 15:52:54 +0200 Subject: [PATCH 1/7] refactor: added bigger padding for mobile --- unocss.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unocss.config.ts b/unocss.config.ts index 32c4b02..303a1f1 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -10,7 +10,7 @@ import { collections } from './unocss.config.collections' export default defineConfig({ shortcuts: [ { - 'app-container': 'px-12px sm:px-1.5rem max-w-1140px 2xl:max-w-1400px m-auto w-full', + 'app-container': 'px-24px sm:px-1.5rem max-w-1140px 2xl:max-w-1400px m-auto w-full', 'custom-link': 'text-app-text-grey hover:underline underline-offset-4px text-18px font-400 leading-32px cursor-pointer', }, { From 05b6b655b2f93f7f9704b51fe102925b876e3aa4 Mon Sep 17 00:00:00 2001 From: DomWane Date: Thu, 3 Oct 2024 15:53:44 +0200 Subject: [PATCH 2/7] fix: styles --- components/CategorySelectBox.vue | 4 ++-- components/Footer.vue | 9 +++++---- components/Navigation/Index.vue | 3 ++- components/Project/ProjectGrid.vue | 1 + components/Project/ProjectHeading.vue | 21 ++++++++++----------- layouts/default.vue | 4 ++-- pages/project/[id]/index.vue | 3 +-- 7 files changed, 23 insertions(+), 22 deletions(-) diff --git a/components/CategorySelectBox.vue b/components/CategorySelectBox.vue index 7169e1a..bbc6264 100644 --- a/components/CategorySelectBox.vue +++ b/components/CategorySelectBox.vue @@ -28,7 +28,7 @@ function onOptionSelected(value: string | number) {