From a52e8674fd20e528d12d1467f2e4be29fad60c12 Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Thu, 2 Apr 2026 15:44:38 -0400 Subject: [PATCH] style: larger logo, subtle branding label, card hover lift Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.vue | 2 +- src/components/HeroSection.vue | 7 +++++-- src/components/InfoCard.vue | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 137a1c9..0479389 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ import InfoCard from '@/components/InfoCard.vue'
-
+
diff --git a/src/components/HeroSection.vue b/src/components/HeroSection.vue index 2a360ea..4a64720 100644 --- a/src/components/HeroSection.vue +++ b/src/components/HeroSection.vue @@ -1,9 +1,12 @@ diff --git a/src/components/InfoCard.vue b/src/components/InfoCard.vue index 75014ac..34cad74 100644 --- a/src/components/InfoCard.vue +++ b/src/components/InfoCard.vue @@ -14,7 +14,7 @@ import AtmStatusList from './AtmStatusList.vue'