From fe06477bec4430a7af4513e8fcaeb05d7bcc1411 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 26 Sep 2025 13:15:07 +0100 Subject: [PATCH 1/2] Swap image and video --- src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index 4289c32..05b9e79 100755 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -61,8 +61,8 @@

We run a Top Fuel motorcycle purpose built for drag racing. The engine is loosely based on a Kawasaki Z 1000, but supercharged, and nitromethane injected to produce around 1,000 horsepower.

I've also had the opportunity to work on a 10,000 horsepower Top Fuel Dragster. I wrote about this on the Nitro Junkie website.

From 587b321205c87e0e413e3e16c1b5064f37037385 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 26 Sep 2025 14:12:43 +0100 Subject: [PATCH 2/2] Fix short articles --- src/static/style/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index b68eb94..7acf706 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -18,6 +18,10 @@ header{ width: 100%; } +main{ + min-height: 65vh; +} + footer{ background-color: #4c4c4c; display: flex;