Skip to content

Commit

Permalink
chore: [FE] tailwind 반응형 기준 추가
Browse files Browse the repository at this point in the history
tailwind 반응형 기준 추가
(#32)
  • Loading branch information
d0422 committed Nov 14, 2023
1 parent 1da4f6d commit d0ae8bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontEnd/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export default {
fontFamily: {
Pretendard: 'Pretendard-Regular',
},
screens: {
mobile: { min: '360px', max: '767px' },
pc: { min: '768px' },
},
},
plugins: [],
};

0 comments on commit d0ae8bb

Please sign in to comment.