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 7237f15 commit ee1aaa5Copy full SHA for ee1aaa5
src/style.css
@@ -65,3 +65,33 @@
65
dt, dd {
66
display: inline-block;
67
}
68
+
69
+dt:after {
70
+ content: ':';
71
+}
72
73
+dd {
74
+ margin-left: .2em;
75
76
77
78
+.license header {
79
+ display: flex;
80
+ flex-wrap: wrap;
81
82
83
+.license header > h4 {
84
+ width: 100%;
85
86
87
+.license header > .license-icons {
88
+ order: -1;
89
+ margin: 1.8em 1em 0 0;
90
91
92
+.license .license-icons svg {
93
+ display: inline;
94
+ width: 1.9em;
95
+ height: 1.9em;
96
+ margin-right: .3em;
97
0 commit comments