From fd6ac7f1c4815b405c2a5ed056d32ceadd84e680 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 1 Nov 2024 20:04:26 +0000 Subject: [PATCH] First draft --- src/style/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/mobile.css b/src/style/mobile.css index 1c0fc8a..a2c26de 100644 --- a/src/style/mobile.css +++ b/src/style/mobile.css @@ -37,7 +37,7 @@ footer h2, section h2{ #technology{ background-image: url(../images/njr-code.png); margin: 0; - min-height: 100vh; + height: 100vh; background-position: center; background-position-x: -400px; } @@ -45,7 +45,7 @@ footer h2, section h2{ #motorsport{ background-image: url(../images/topfuel_startline.jpg.jpeg); margin: 0; - min-height: 100vh; + height: 100vh; background-position: center; background-position-x: -65px; background-position-y: -90px;