Skip to content

Commit 9b1192d

Browse files
committed
Modified Card-Styling
1 parent 68ba87b commit 9b1192d

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Official_Website/contributor-style.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ width: 40px;
236236
} */
237237

238238
#team-grid {
239-
/* margin-left: 2rem; */
240-
/* margin-right: 2rem; */
239+
margin-left: 2rem;
240+
margin-right: 2rem;
241241
display: grid;
242242
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
243243
gap: 5rem;
244-
height: auto;
244+
/* height: 300px; */
245245
}
246246

247247
.team-member {
@@ -254,7 +254,7 @@ width: 40px;
254254
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
255255
padding: 20px;
256256
/* background-color: gray; */
257-
/* margin-left: 20px; */
257+
margin-left: 20px;
258258
background-position: center center;
259259
background-size: cover;
260260
background-repeat: no-repeat;
@@ -338,8 +338,10 @@ width: 40px;
338338
#team-grid1 {
339339
display: grid;
340340
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
341-
gap: 15px;
341+
gap: 10px;
342342
margin: 25px;
343+
margin-left: 45px;
344+
padding: 30px;
343345
}
344346

345347
.badge {

0 commit comments

Comments
 (0)