Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
TheoryOfNekomata
/
piano-notes-book
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Update styles
Control spacing with score images.
master
TheoryOfNekomata
7 maanden geleden
bovenliggende
68e33f97d6
commit
02db26f390
2 gewijzigde bestanden
met
toevoegingen van 3
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+2
-1
src/layouts/Default.astro
+1
-1
tailwind.config.mjs
+ 2
- 1
src/layouts/Default.astro
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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: {
},
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan