mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 16:35:39 +00:00
Add Tailwind CSS (#425)
* Install and configure tailwind * Fix style issues
This commit is contained in:
@@ -9,7 +9,7 @@ export function Partners({}: Props) {
|
||||
useTitle(locale('title.partners'))
|
||||
|
||||
return <main>
|
||||
<div class="container">
|
||||
<div class="legacy-container">
|
||||
<GeneratorList predicate={gen => gen.partner !== undefined} />
|
||||
</div>
|
||||
<Footer donate={false} />
|
||||
|
||||
Reference in New Issue
Block a user