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.
1 parent 0af8ed9 commit 3453b3aCopy full SHA for 3453b3a
css/index.css
@@ -382,23 +382,18 @@ button.cta i.fa, .button.cta i.fa {
382
383
#description .involved-links {
384
display: flex;
385
+ align-items: center;
386
+ flex-wrap: wrap;
387
+ flex-flow: wrap;
388
}
389
390
#description .involved-links a {
- margin: 0px 20px;
391
+ margin: 20px 20px;
392
color: white;
393
background-image: none;
394
border: #121b20 solid 5px;
395
396
-#description .involved-links a:first-child {
- margin-left: 0;
-}
397
-
398
-#description .involved-links a:last-child {
399
- margin-right: 0;
400
401
402
#description .involved-links .discord {
403
background-color: #738adb;
404
0 commit comments