このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
TheoryOfNekomata
/
piano-notes-book
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Update styles
Control spacing with score images.
master
TheoryOfNekomata
7ヶ月前
親
68e33f97d6
コミット
02db26f390
2個のファイルの変更
、
3行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-1
src/layouts/Default.astro
+1
-1
tailwind.config.mjs
+ 2
- 1
src/layouts/Default.astro
ファイルの表示
@@ -54,7 +54,8 @@ const { title } = Astro.props.frontmatter || Astro.props;
}
div.score-wrapper {
@apply my-12;
@apply mt-8;
@apply mb-16;
}
@media only screen {
+ 1
- 1
tailwind.config.mjs
ファイルの表示
@@ -3,7 +3,7 @@ export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
fontFamily: {
body: ['
New York', '
Times New Roman', 'Times', 'serif'],
body: ['Times New Roman', 'Times', 'serif'],
},
extend: {
},
書き込み
プレビュー
読み込み中…
キャンセル
保存