Skip to content

Commit

Permalink
improvement of search on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubabrzy committed Sep 19, 2023
1 parent 2fe8588 commit ed71936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @type {import('tailwindcss').Config} */
import defaultTheme from "tailwindcss/defaultTheme";

module.exports = {
darkMode: ["class", '[data-theme="dark"]'],
Expand Down Expand Up @@ -50,6 +51,10 @@ module.exports = {
fontFamily: {
sans: ['"DM Sans"', "system-ui"],
},
screens: {
"xs": { max: "576px" },
...defaultTheme.screens,
},
},
plugins: [require("@tailwindcss/typography")],
};

0 comments on commit ed71936

Please sign in to comment.