Skip to content

Commit ce5522a

Browse files
committed
Remove outdated CSS prefixes
1 parent 3c41f22 commit ce5522a

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/style.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,20 @@ body {
1111
.row-layout {
1212
align-content: center;
1313
align-items: center;
14-
display: -moz-box;
15-
display: -ms-flexbox;
16-
display: -webkit-box;
17-
display: -webkit-flex;
1814
display: flex;
1915
justify-content: center;
2016
}
2117

2218
.row-wrap-layout {
2319
align-content: center;
2420
align-items: center;
25-
display: -moz-box;
26-
display: -ms-flexbox;
27-
display: -webkit-box;
28-
display: -webkit-flex;
2921
display: flex;
3022
flex-wrap: wrap;
3123
justify-content: center;
3224
}
3325

3426
.vertical-layout {
3527
align-items: flex-start;
36-
display: -moz-box;
37-
display: -ms-flexbox;
38-
display: -webkit-box;
39-
display: -webkit-flex;
4028
display: flex;
4129
flex-direction: column;
4230
justify-content: flex-start;
@@ -266,10 +254,6 @@ h1.no-style {
266254
#history-convert {
267255
align-content: center;
268256
align-items: center;
269-
display: -moz-box;
270-
display: -ms-flexbox;
271-
display: -webkit-box;
272-
display: -webkit-flex;
273257
display: flex;
274258
flex-wrap: wrap;
275259
justify-content: center;

0 commit comments

Comments
 (0)