Skip to content

Commit

Permalink
fix: screens
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Nov 29, 2024
1 parent db42d7c commit b167ec7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
export default {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
screens: {
"2sm": "380px",
extend: {
screens: {
"2sm": "380px",
},
},
},
plugins: [require("daisyui"), require("@tailwindcss/typography")],
Expand Down

0 comments on commit b167ec7

Please sign in to comment.