From 033fc310bf7b88b80cb9d2eb185649ab37017616 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 3 Aug 2025 22:27:13 -0400 Subject: [PATCH] Fix lane icon default height when no css Add height attribute to image and br tags for formatting when no css is available. --- public_html/css/hpr.css | 2 +- templates/content-index.tpl.html | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index a29edc6..6ef4485 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -311,7 +311,7 @@ a.lane-button { } a.lane-button img { - height: 110px; + height: clamp(95px, calc(100vw - var(--for-tablet-portrait-up)), 110px); filter: invert(60%) sepia(50%) hue-rotate(140deg) saturate(200%); transform: scaleX(0.9); } diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html index 7ea1bd4..b2f7f84 100644 --- a/templates/content-index.tpl.html +++ b/templates/content-index.tpl.html @@ -46,19 +46,22 @@
Podcast
- + Record - - +
+
+ Schedule - - +
+
+ Subscribe - - +
+
+ Listen
@@ -67,15 +70,17 @@
Project
- + Host +
- + Series - - +
+
+ About