Skip to content

Commit ee1aaa5

Browse files
add basic positioning styles to help for functionality later
1 parent 7237f15 commit ee1aaa5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,33 @@
6565
dt, dd {
6666
display: inline-block;
6767
}
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

Comments
 (0)