Skip to content

Commit 99e3b4a

Browse files
author
James Yu
committed
updated style with prefixes
1 parent d33e734 commit 99e3b4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/styles/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,18 @@ h1 {
418418
.link-list>a {
419419
width: 75%;
420420
margin: 0 !important;
421+
display: -webkit-box;
422+
display: -ms-flexbox;
421423
display: flex;
424+
-webkit-box-orient: horizontal;
425+
-webkit-box-direction: normal;
426+
-ms-flex-direction: row;
422427
flex-direction: row;
428+
-webkit-box-align: center;
429+
-ms-flex-align: center;
423430
align-items: center;
431+
-webkit-box-pack: center;
432+
-ms-flex-pack: center;
424433
justify-content: center;
425434
padding: 2px 0px !important;
426435
background-color: var(--dark) !important;

0 commit comments

Comments
 (0)