We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a32ebf + f578e67 commit 3e64dd7Copy full SHA for 3e64dd7
1 file changed
Official_Website/contributor-style.css
@@ -222,7 +222,7 @@ width: 40px;
222
}
223
224
.intro {
225
- margin:24px;
+ margin:24px 55px;
226
227
228
/* .intro h1 {
@@ -241,7 +241,7 @@ width: 40px;
241
display: grid;
242
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
243
gap: 5rem;
244
- height: 300px;
+ /* height: 300px; */
245
246
247
.team-member {
@@ -327,8 +327,10 @@ width: 40px;
327
#team-grid1 {
328
329
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
330
- gap: 15px;
+ gap: 10px;
331
margin: 25px;
332
+ margin-left: 45px;
333
+ padding: 30px;
334
335
336
.badge {
0 commit comments