From 0d10c43af64a68f55c8a31c712acc13246d9cc5d Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Wed, 8 Apr 2026 17:00:46 +0100 Subject: [PATCH] refactor(about): migrate about page to PageShell + ColumnsLayout - Replace .about-page wrapper with - Replace with - Drop .about-page flex-chain CSS - Leave bespoke .about-hero alone (intentional two-column hero) --- app/pages/about.vue | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/app/pages/about.vue b/app/pages/about.vue index 738a02a..e3a8b6f 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -1,5 +1,5 @@