Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
TheoryOfNekomata
/
piano-notes-book
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Update styles
Control spacing with score images.
master
TheoryOfNekomata
há 7 meses
ascendente
68e33f97d6
cometimento
02db26f390
2 ficheiros alterados
com
3 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-1
src/layouts/Default.astro
+1
-1
tailwind.config.mjs
+ 2
- 1
src/layouts/Default.astro
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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: {
},
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar