From dc72cd589af81b102d58da0c56e801d8014a182a Mon Sep 17 00:00:00 2001 From: Pranjali Bhardwaj <146981751+PranjaliBhardwaj@users.noreply.github.com> Date: Fri, 31 May 2024 20:27:14 +0530 Subject: [PATCH 1/4] Update CollegePage.jsx --- src/components/CollegePage/CollegePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CollegePage/CollegePage.jsx b/src/components/CollegePage/CollegePage.jsx index ce6fcdde..bebbea80 100644 --- a/src/components/CollegePage/CollegePage.jsx +++ b/src/components/CollegePage/CollegePage.jsx @@ -105,8 +105,8 @@ const CollegePage = () => { + -
From 99d8190787215136219d4c761fd88cf27ca0934b Mon Sep 17 00:00:00 2001 From: Pranjali Bhardwaj <146981751+PranjaliBhardwaj@users.noreply.github.com> Date: Fri, 31 May 2024 20:37:19 +0530 Subject: [PATCH 2/4] Update CollegePage.css --- src/components/CollegePage/CollegePage.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/CollegePage/CollegePage.css b/src/components/CollegePage/CollegePage.css index a49e3ff3..b69892c0 100644 --- a/src/components/CollegePage/CollegePage.css +++ b/src/components/CollegePage/CollegePage.css @@ -53,11 +53,14 @@ .description { font-weight: 600; font-size: 18px; + margin-left: 30px; + margin-bottom: 20px; } .group { display: flex; flex-direction: row; + margin-bottom: 30px; } .location { @@ -133,13 +136,14 @@ margin-bottom: 0px; .image { display: flex; - margin-left: 0px; - height: 50% !important; - width: 50vw; + margin-left: 50px; object-fit: cover; margin-bottom: 0px !important; position: absolute; bottom: 0px; + margin-left: 50px; + width: 75vh; + height: 45vh; } @@ -149,9 +153,9 @@ margin-bottom: 0px; color: white; padding: 10px; border-radius: 6px; - margin-top: -200px; - margin-left: 32vw; + margin-top: 20px; width: 150px; + margin-bottom: 50px; } .right{ display: flex; @@ -309,4 +313,4 @@ margin-bottom: 0px; height: 50%; justify-content: start !important; } -} \ No newline at end of file +} From 937e355280292c10e4cbbd19e161f6348cdefe5b Mon Sep 17 00:00:00 2001 From: Pranjali Bhardwaj <146981751+PranjaliBhardwaj@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:47:16 +0530 Subject: [PATCH 3/4] Update CollegePage.jsx --- src/components/CollegePage/CollegePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CollegePage/CollegePage.jsx b/src/components/CollegePage/CollegePage.jsx index bebbea80..32397eba 100644 --- a/src/components/CollegePage/CollegePage.jsx +++ b/src/components/CollegePage/CollegePage.jsx @@ -102,10 +102,10 @@ const CollegePage = () => {

{college.rating}/10

+ -
From fe8a58d233fc86bba20fa640fe1a2884b16716f2 Mon Sep 17 00:00:00 2001 From: Pranjali Bhardwaj <146981751+PranjaliBhardwaj@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:48:22 +0530 Subject: [PATCH 4/4] Update CollegePage.css --- src/components/CollegePage/CollegePage.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/CollegePage/CollegePage.css b/src/components/CollegePage/CollegePage.css index b69892c0..606cc631 100644 --- a/src/components/CollegePage/CollegePage.css +++ b/src/components/CollegePage/CollegePage.css @@ -53,14 +53,11 @@ .description { font-weight: 600; font-size: 18px; - margin-left: 30px; - margin-bottom: 20px; } .group { display: flex; flex-direction: row; - margin-bottom: 30px; } .location { @@ -136,26 +133,28 @@ margin-bottom: 0px; .image { display: flex; - margin-left: 50px; + margin-left: 0px; + height: 50% !important; + width: 40vw; object-fit: cover; margin-bottom: 0px !important; position: absolute; bottom: 0px; - margin-left: 50px; - width: 75vh; - height: 45vh; + margin-left: 5vw; } .search-button { background-color: rgb(23, 23, 70); + z-index: 100 !important; color: white; padding: 10px; border-radius: 6px; - margin-top: 20px; + margin-left: 30px; + height: 50px; width: 150px; - margin-bottom: 50px; + margin-top: 15px; } .right{ display: flex;