mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
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,7 +5,8 @@ import {Markdown} from 'astro/components';
|
||||||
import themes from '../../data/themes.json';
|
import themes from '../../data/themes.json';
|
||||||
import components from '../../data/components.json';
|
import components from '../../data/components.json';
|
||||||
---
|
---
|
||||||
<style>
|
<Layout content={{title: 'テーマ'}} hideRightSidebar>
|
||||||
|
<style>
|
||||||
.card-grid {
|
.card-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-column-gap: 15px;
|
grid-column-gap: 15px;
|
||||||
|
@ -13,8 +14,7 @@ import components from '../../data/components.json';
|
||||||
grid-auto-flow: dense;
|
grid-auto-flow: dense;
|
||||||
grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
|
grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<Layout content={{title: 'テーマ'}} hideRightSidebar>
|
|
||||||
<Markdown>
|
<Markdown>
|
||||||
## 注目のテーマ
|
## 注目のテーマ
|
||||||
</Markdown>
|
</Markdown>
|
||||||
|
|
Loading…
Add table
Reference in a new issue