Improve mobile responsiveness, more tailwind classes (#570)

* More tailwind classes

* Add prettier-plugin-tailwindcss

* More class replacement

* Update Card.svelte

* Remove tags from card

* Update header link

* Run format
This commit is contained in:
Lachlan Collins
2024-01-02 08:59:47 +11:00
committed by GitHub
parent ee030c1fea
commit 199d2f5666
14 changed files with 111 additions and 188 deletions

View File

@@ -4,7 +4,9 @@
const config = {
content: ['./src/**/*.{html,js,ts,svelte}'],
theme: {
extend: {}
container: {
center: true
}
},
plugins: []
};