diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..0ae7d05 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,9 @@ +{ + "printWidth": 100, + "tabWidth": 2, + "useTabs": false, + "semi": true, + "singleQuote": true, + "trailingComma": "all", + "bracketSpacing": true +} diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 5937915..702eae4 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -125,8 +125,10 @@ p.intro { } /* Unordered lists */ +/* - Increase line height for the unordered list items */ .content ul { margin: 1em; + line-height: 1.8em; } /* Main navigation */ diff --git a/docs/conference/index.html b/docs/conference/index.html index 34244ea..6a1e38a 100644 --- a/docs/conference/index.html +++ b/docs/conference/index.html @@ -44,11 +44,11 @@