Fix Japanese theme page to use v0.21 (#1966)
This commit is contained in:
parent
22dd6bf6d6
commit
69affc5929
1 changed files with 9 additions and 9 deletions
|
@ -5,16 +5,16 @@ import {Markdown} from 'astro/components';
|
|||
import themes from '../../data/themes.json';
|
||||
import components from '../../data/components.json';
|
||||
---
|
||||
<style>
|
||||
.card-grid {
|
||||
display: grid;
|
||||
grid-column-gap: 15px;
|
||||
grid-row-gap: 15px;
|
||||
grid-auto-flow: dense;
|
||||
grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
|
||||
}
|
||||
</style>
|
||||
<Layout content={{title: 'テーマ'}} hideRightSidebar>
|
||||
<style>
|
||||
.card-grid {
|
||||
display: grid;
|
||||
grid-column-gap: 15px;
|
||||
grid-row-gap: 15px;
|
||||
grid-auto-flow: dense;
|
||||
grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
|
||||
}
|
||||
</style>
|
||||
<Markdown>
|
||||
## 注目のテーマ
|
||||
</Markdown>
|
||||
|
|
Loading…
Reference in a new issue