Skip to content

Commit

Permalink
removed xs breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kepsteen committed Oct 15, 2024
1 parent 465ee8a commit 8f1d7f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion components/WeeklyPickButton/WeeklyPickButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const WeeklyPickButton: React.FC<WeeklyPickButtonProps> = ({
htmlFor={team}
data-testid="team-label"
disabled={isDisabled}
className="flex-col xs:flex-row"
className="flex-col sm:flex-row"
>
<Image
src={src}
Expand Down
3 changes: 0 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ module.exports = {
gridTemplateRows: {
'adminLayout': '5rem auto',
},
screens: {
'xs': '400px'
}
},
},
plugins: [require('tailwindcss-animate')],
Expand Down

0 comments on commit 8f1d7f1

Please sign in to comment.