mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-04 06:32:54 +00:00
Add Tailwind CSS (#425)
* Install and configure tailwind * Fix style issues
This commit is contained in:
@@ -27,7 +27,7 @@ export function Versions({}: Props) {
|
||||
|
||||
return <main>
|
||||
{error && <ErrorPanel error={error} />}
|
||||
<div class="container">
|
||||
<div class="legacy-container">
|
||||
{selectedId ? <>
|
||||
<div class="navigation">
|
||||
<BtnLink link="/versions/" icon="three_bars" label={locale('versions.all')} />
|
||||
|
||||
Reference in New Issue
Block a user