Skip to content

Commit

Permalink
Merge pull request #24 from CDC-IITDH/nitin
Browse files Browse the repository at this point in the history
fixed layout issue in team page
  • Loading branch information
JayaSurya-27 authored Mar 12, 2024
2 parents 4905584 + 67386df commit bb94ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/Pages/menteacher/First.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function First() {
<div key={index} className="col-xl-3 col-md-6">
<div
className="single-team mb-40"
style={{ minHeight: "350px", maxHeight: "350px" }}
style={{ minHeight: "350px" }}
>
<div className="team-thumb">
<div className="brd">
Expand Down Expand Up @@ -345,7 +345,7 @@ function First() {
<div key={index} className="col-xl-3 col-md-6">
<div
className="single-team mb-40"
style={{ minHeight: "400px", maxHeight: "400px" }}
style={{ minHeight: "420px" }}
>
<div className="team-thumb">
<div className="brd">
Expand Down

0 comments on commit bb94ad6

Please sign in to comment.