From f0ccd6f6caaab519c3f36e51ea55287fbc389bca Mon Sep 17 00:00:00 2001 From: Garvit-tyagi <63257809+Garvit-tyagi@users.noreply.github.com> Date: Tue, 19 Jan 2021 14:24:32 +0530 Subject: [PATCH 1/3] mobile responsive --- assets/css/style.css | 17 +++++++++++++++++ index.html | 5 ++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 8873bd9..6122963 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -993,8 +993,25 @@ section { --------------------------------------------------------------*/ .pricing { background-color: #f9f9f9; + } +.wrapper { + position: relative; + padding-top: 56.25%; /* 16:9 Aspect Ratio */ +} + +.pricing img { + + position: absolute; + left: 0; + top: 0; + width: 100%; + height: auto; + /* object-fit: cover; +width: 320px; + height: auto; */ +} .pricing .box { padding: 40px 20px; text-align: center; diff --git a/index.html b/index.html index b550427..c2ec184 100644 --- a/index.html +++ b/index.html @@ -335,7 +335,10 @@

Team Member 4

Journey

- + +
+ +
From 786888a2a8e82a3535630541226b470aeba3082a Mon Sep 17 00:00:00 2001 From: Garvit-tyagi <63257809+Garvit-tyagi@users.noreply.github.com> Date: Fri, 12 Feb 2021 13:13:40 +0530 Subject: [PATCH 2/3] insight page --- index.html | 2 +- insight-page.html | 158 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 insight-page.html diff --git a/index.html b/index.html index c2ec184..f79e446 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@