Skip to content

Commit

Permalink
Using pixels instead of rem in the Tailwind config solved the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
i0am0arunava committed Nov 9, 2024
1 parent 9e1ff97 commit d306037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = {
theme: {
extend: {
screens: {
"4xl": "160rem",
"4k": "240rem",
"4xl": "2560px",
"4k": "3840px",
},
fontFamily: {
sans: ["Figtree", "sans-serif"],
Expand Down

0 comments on commit d306037

Please sign in to comment.