From 7620bcfe415806dcf2795096e3cebdeae9042cd0 Mon Sep 17 00:00:00 2001 From: salman-18 Date: Thu, 14 Mar 2024 14:38:58 +0500 Subject: [PATCH 1/2] change width of code --- css/contact_section.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contact_section.css b/css/contact_section.css index 5d17543..dfe0d32 100644 --- a/css/contact_section.css +++ b/css/contact_section.css @@ -37,7 +37,7 @@ contact section background-color: #fff; color: #000; height: 110vh; - width: 46%; + width: 49%; top: 9.4rem; left: 22.1rem; border-radius: 5px; From 1a8c0ed1eb08ea41ef840563c459df5ffa779fb1 Mon Sep 17 00:00:00 2001 From: salman-18 Date: Thu, 14 Mar 2024 15:04:27 +0500 Subject: [PATCH 2/2] change version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56a1a0a..4b9bd10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aifistweb_old", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "build": "echo 'Add your build command here'" },