0
Fork 0
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:
Kyosuke 2021-11-23 02:56:57 +09:00 committed by GitHub
parent 22dd6bf6d6
commit 69affc5929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>