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 d33e734 commit 99e3b4aCopy full SHA for 99e3b4a
docs/styles/style.css
@@ -418,9 +418,18 @@ h1 {
418
.link-list>a {
419
width: 75%;
420
margin: 0 !important;
421
+ display: -webkit-box;
422
+ display: -ms-flexbox;
423
display: flex;
424
+ -webkit-box-orient: horizontal;
425
+ -webkit-box-direction: normal;
426
+ -ms-flex-direction: row;
427
flex-direction: row;
428
+ -webkit-box-align: center;
429
+ -ms-flex-align: center;
430
align-items: center;
431
+ -webkit-box-pack: center;
432
+ -ms-flex-pack: center;
433
justify-content: center;
434
padding: 2px 0px !important;
435
background-color: var(--dark) !important;
0 commit comments