From 71a401839a727920b75d4fdd6e59d4cfd9666585 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 1 Nov 2024 20:10:41 +0000 Subject: [PATCH] First draft --- src/style/mobile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style/mobile.css b/src/style/mobile.css index e52842a..1346ecc 100644 --- a/src/style/mobile.css +++ b/src/style/mobile.css @@ -36,6 +36,7 @@ footer h2, section h2{ #technology{ background-image: url(../images/njr-code.png); + height: 100dvw; margin: 0; background-position: center; background-position-x: -400px; @@ -43,6 +44,7 @@ footer h2, section h2{ #motorsport{ background-image: url(../images/topfuel_startline.jpg.jpeg); + height: 100dvw; margin: 0; background-position: center; background-position-x: -65px;