pidgin/nest

Use theme CSS for supported language list

18 months ago, Elliott Sales de Andrade
f105d31834e0
Use theme CSS for supported language list

This is responsive on smaller screens and switches to a single column there.

Testing Done:
Rendered the site and checked it at small and large widths.

Reviewed at https://reviews.imfreedom.org/r/1805/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}