This website works better with JavaScript.
首頁
探索
說明
登入
TheoryOfNekomata
/
piano-notes-book
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update styles
Control spacing with score images.
master
TheoryOfNekomata
7 月之前
父節點
68e33f97d6
當前提交
02db26f390
共有
2 個文件被更改
,包括
3 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: {
},
Write
Preview
Loading…
取消
儲存