From 3eac9408dd4bb36c908c32eaee01a0df0d992f73 Mon Sep 17 00:00:00 2001 From: Alif Amirudin <96337290+Reigenleif@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:18:56 +0700 Subject: [PATCH] fixed partner page footer bug (#98) --- src/components/VistockPartner.tsx | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VistockPartner.tsx b/src/components/VistockPartner.tsx index 907df90..2ea599c 100755 --- a/src/components/VistockPartner.tsx +++ b/src/components/VistockPartner.tsx @@ -2,7 +2,7 @@ import React from 'react'; import '../index.css'; const VistockPartner: React.FC<{}> = () => ( -
+
); diff --git a/src/index.css b/src/index.css index e65066a..b1972e8 100755 --- a/src/index.css +++ b/src/index.css @@ -49,7 +49,7 @@ body { .partner-bg { background: url('/src/assets/images/search/bg-min.png') no-repeat; background-size: cover; - height: 85%; + height: 100%; } .rumpun-bg {