refactor(download): big improvement to the download page design

This commit is contained in:
Shintaro Jokagi 2025-03-21 10:06:22 +13:00
parent 794d500606
commit 0c11177313
4 changed files with 640 additions and 482 deletions

View file

@ -5,8 +5,9 @@ export default {
theme: {
extend: {
screens: {
'-md': '@media (min-width: 768px)',
'-lg': '@media (min-width: 1024px)',
'-sm': '@media (max-width: 639px)',
'-md': '@media (max-width: 767px)',
'-lg': '@media (max-width: 1023px)',
},
colors: {
paper: 'var(--zen-paper)',