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 f4c9b69 commit 923fc90Copy full SHA for 923fc90
assets/stylesheets/pages/_haskell.scss
@@ -46,10 +46,16 @@ dd > pre {
46
// complexity classes are blue boxes
47
.with-complexity {
48
display: flex;
49
+ display: -webkit-flex;
50
+
51
justify-content: space-between;
52
+ -webkit-justify-content: space-between;
53
54
align-items: flex-start;
55
+ -webkit-align-items: flex-start;
56
57
align-content: stretch;
- flex-direction: row;
58
+ -webkit-align-content: stretch;
59
}
60
61
.complexity {
@@ -60,12 +66,17 @@ dd > pre {
66
margin-bottom: 0.75em;
67
font-style: italic;
62
68
white-space: nowrap;
69
63
70
flex-shrink: 0;
64
- order:2;
71
+ -webkit-flex-shrink: 0;
72
73
+ order: 2;
74
+ -webkit-order: 2;
65
75
76
77
.complexity + span {
78
order: 1;
79
+ -webkit-order: 1;
80
81
82
// add box type to "since: ..."
0 commit comments