Skip to content

Commit

Permalink
Banner bg has changed again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulla Al Muhit committed Aug 4, 2024
1 parent 3072a48 commit 888aa9e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

/* banner section styling starts */
.banner-section{
background: linear-gradient(360deg, #000000, rgb(34, 34, 34), rgb(34, 34, 34));
background: linear-gradient(360deg, #000000, rgb(34, 34, 34), rgb(34, 34, 34), #000000);
padding-top: 60px;
}

Expand Down Expand Up @@ -645,29 +645,16 @@

.team-members-container{
width: 100%;
/* height: 604px; */
padding: 20px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.1);
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
/* flex-direction: row;
align-items: center;
justify-content: space-between; */
}

/* .team-members-sub-container{
width: 32%;
height: 100%;
flex-direction: column;
align-items: center;
justify-content: space-between;
} */

.team-members{
width: 100%;
/* height: 48.5%; */
height: 272px;
position: relative;
}
Expand Down

0 comments on commit 888aa9e

Please sign in to comment.