enh: responsive styling

This commit is contained in:
Timothy Jaeryang Baek
2025-02-05 01:03:40 -08:00
parent cce1762cb8
commit b33b49789e
6 changed files with 77 additions and 62 deletions

View File

@@ -1,4 +1,5 @@
import typography from '@tailwindcss/typography';
import containerQuries from '@tailwindcss/container-queries';
/** @type {import('tailwindcss').Config} */
export default {
@@ -38,5 +39,5 @@ export default {
}
}
},
plugins: [typography]
plugins: [typography, containerQuries]
};