feat: course generation

This commit is contained in:
2024-08-08 18:04:48 +08:00
parent d3c43558fd
commit 24629f8720
22 changed files with 605 additions and 679 deletions

View File

@@ -7,6 +7,12 @@ export default <Partial<Config>>{
sans: ['Rubik', 'Noto Sans SC', 'sans-serif'],
},
extend: {
screens: {
'hd': '1280px',
'fhd': '1920px',
'2k': '2560px',
'4k': '3840px',
},
fontSize: {
'2xs': '0.625rem',
},