使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
TheoryOfNekomata
/
piano-notes-book
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Update styles
Control spacing with score images.
master
TheoryOfNekomata
7 个月前
父节点
68e33f97d6
当前提交
02db26f390
共有
2 个文件被更改
,包括
3 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 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: {
},
撰写
预览
正在加载...
取消
保存