Skip to content

Commit 3e64dd7

Browse files
authored
Merge pull request #241 from shreyash3087/fix/team-card-alignment
[Bug]: Card Alignment and Overflow
2 parents 6a32ebf + f578e67 commit 3e64dd7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Official_Website/contributor-style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ width: 40px;
222222
}
223223

224224
.intro {
225-
margin:24px;
225+
margin:24px 55px;
226226
}
227227

228228
/* .intro h1 {
@@ -241,7 +241,7 @@ width: 40px;
241241
display: grid;
242242
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
243243
gap: 5rem;
244-
height: 300px;
244+
/* height: 300px; */
245245
}
246246

247247
.team-member {
@@ -327,8 +327,10 @@ width: 40px;
327327
#team-grid1 {
328328
display: grid;
329329
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
330-
gap: 15px;
330+
gap: 10px;
331331
margin: 25px;
332+
margin-left: 45px;
333+
padding: 30px;
332334
}
333335

334336
.badge {

0 commit comments

Comments
 (0)