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 3d380b5 commit c90c617Copy full SHA for c90c617
styles/style.css
@@ -42,6 +42,24 @@ a#repository img {
42
font-weight: bold;
43
}
44
45
+#algo-info .algo-complexity {
46
+ display: block;
47
+}
48
+
49
+#algo-info .algo-complexity ul {
50
+ text-align: left;
51
+ list-style-type: square;
52
53
54
+#algo-info .algo-complexity ul .complexity-item {
55
+ font-weight: bold;
56
+ display: inline-block;
57
+ width: 160px;
58
59
+#algo-info .algo-complexity ul .complexity-value {
60
+ padding: 5px;
61
62
63
#container {
64
grid-area: container;
65
width: 100%;
0 commit comments