소스 검색

Update styles

Control spacing with score images.
master
부모
커밋
02db26f390
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -1
      src/layouts/Default.astro
  2. +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: {
},


불러오는 중...
취소
저장