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 af87dfc commit cb1d672Copy full SHA for cb1d672
dev.css
@@ -246,11 +246,12 @@ header h3 {
246
}
247
248
header nav ul {
249
+ display: flex;
250
+ list-style: none;
251
padding: 0;
252
253
254
header nav ul li {
- display: inline-block;
255
margin: 0;
256
257
@@ -264,16 +265,18 @@ footer > *:last-child {
264
265
266
267
footer nav ul {
268
269
270
271
272
273
footer nav ul li {
274
275
276
277
footer nav ul li:not(:first-child)::before {
- content: "• ";
278
+ content: "•";
279
+ margin: 0 0.25em;
280
281
282
main,
0 commit comments