From 8d8fdeae5e30fcccf37b9f2288a8f173cc3b8374 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 1 Nov 2024 20:21:37 +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 9121732..175d6e5 100644 --- a/src/style/mobile.css +++ b/src/style/mobile.css @@ -36,7 +36,7 @@ footer h2, section h2{ #technology{ background-image: url(../images/njr-code.png); - height: 100vw; + height: 100vh; margin: 0; background-position: center; background-position-x: -400px; @@ -44,7 +44,7 @@ footer h2, section h2{ #motorsport{ background-image: url(../images/topfuel_startline.jpg.jpeg); - height: 100vw; + height: 100vh; margin: 0; background-position: center; background-position-x: -65px;