From 24fd4dd00c1b3c5f4cd398e1967e8120b273183a Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 30 Mar 2026 02:38:21 +0100 Subject: [PATCH] Improve home page responsive layout and overflow handling Rework media query breakpoints and grid placement for better tablet/mobile display. Add overflow-auto to Radio, Links, and Listening components. Add Links header. Simplify Intro2 animation initial positions. Co-Authored-By: Claude Opus 4.6 --- vue/src/components/util/Radio.vue | 4 +- vue/src/views/home/Home.vue | 273 ++++++++++++++++-------------- vue/src/views/home/Intro2.vue | 2 +- vue/src/views/home/Links.vue | 4 +- vue/src/views/home/Listening.vue | 1 + 5 files changed, 150 insertions(+), 134 deletions(-) diff --git a/vue/src/components/util/Radio.vue b/vue/src/components/util/Radio.vue index d441523..42e1a2c 100644 --- a/vue/src/components/util/Radio.vue +++ b/vue/src/components/util/Radio.vue @@ -1,10 +1,10 @@