This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
piano-notes-book
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update styles
Control spacing with score images.
master
TheoryOfNekomata
7 months ago
parent
68e33f97d6
commit
02db26f390
2 changed files
with
3 additions
and
2 deletions
Unified View
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
View File
@@ -54,7 +54,8 @@ const { title } = Astro.props.frontmatter || Astro.props;
}
}
div.score-wrapper {
div.score-wrapper {
@apply my-12;
@apply mt-8;
@apply mb-16;
}
}
@media only screen {
@media only screen {
+ 1
- 1
tailwind.config.mjs
View File
@@ -3,7 +3,7 @@ export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
theme: {
fontFamily: {
fontFamily: {
body: ['
New York', '
Times New Roman', 'Times', 'serif'],
body: ['Times New Roman', 'Times', 'serif'],
},
},
extend: {
extend: {
},
},
Write
Preview
Loading…
Cancel
Save