From c31bd648ebe0445f067a282e6071938cb90d6459 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 17 Dec 2022 10:16:35 +0700 Subject: footer font size, header backdrop --- src/components/Footer.js | 12 ++++++------ src/pages/index.js | 2 +- src/styles/globals.css | 3 ++- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/components/Footer.js b/src/components/Footer.js index daa97798..f0ae66b3 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -13,20 +13,20 @@ export default function Footer() {

Kantor Pusat

-

+

Jl. Bandengan Utara 85A No. 8-9 RT.3/RW.16, Penjaringan, Kec. Penjaringan

Layanan Informasi

-
+

(021) 2933-8828 / 29

-
+

0812-8080-622

-
+

sales@indoteknik.com

@@ -35,10 +35,10 @@ export default function Footer() {

Jam Operasional

-

+

Senin - Jumat: 08:30 - 17:00

-

+

Sabtu: 08:30 - 14:00

diff --git a/src/pages/index.js b/src/pages/index.js index da23f9cd..f064d6ef 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -81,7 +81,7 @@ export default function Home({ heroBanners }) {
Platform Belanja B2B Alat Teknik & Industri di Indonesia
-

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est

diff --git a/src/styles/globals.css b/src/styles/globals.css index c3776373..f671b229 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -269,7 +269,8 @@ html, body { @apply px-4 py-3 - bg-white + bg-white/80 + backdrop-blur-lg border-b border-gray-300 sticky -- cgit v1.2.3