Skip to content

Commit 3453b3a

Browse files
committed
fix flex wrap/flow for involved buttons
1 parent 0af8ed9 commit 3453b3a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

css/index.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -382,23 +382,18 @@ button.cta i.fa, .button.cta i.fa {
382382

383383
#description .involved-links {
384384
display: flex;
385+
align-items: center;
386+
flex-wrap: wrap;
387+
flex-flow: wrap;
385388
}
386389

387390
#description .involved-links a {
388-
margin: 0px 20px;
391+
margin: 20px 20px;
389392
color: white;
390393
background-image: none;
391394
border: #121b20 solid 5px;
392395
}
393396

394-
#description .involved-links a:first-child {
395-
margin-left: 0;
396-
}
397-
398-
#description .involved-links a:last-child {
399-
margin-right: 0;
400-
}
401-
402397
#description .involved-links .discord {
403398
background-color: #738adb;
404399
}

0 commit comments

Comments
 (0)