should be better on mobile

This commit is contained in:
2023-11-03 18:35:17 +01:00
parent 534c3e7515
commit 443b734f14
4 changed files with 24 additions and 6 deletions

View File

@ -3,7 +3,7 @@ const typography = require("@tailwindcss/typography");
/** @type {import('tailwindcss').Config}*/
const config = {
content: ["./src/**/*.{html,js,svelte,ts}"],
content: ["./src/**/*.{html,js,svelte,ts,svelte.md}"],
theme: {
extend: {},