Skip to content

Commit

Permalink
fixed layout issue in team page
Browse files Browse the repository at this point in the history
  • Loading branch information
NitinVangipuram committed Mar 12, 2024
1 parent 4905584 commit 67386df
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 67386df

Please sign in to comment.