Skip to content

Commit

Permalink
fix: Window에서 css 깨지는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeeerim committed Apr 5, 2024
1 parent 038e840 commit b5f1478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/_components/categoryPicker/CategoryPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function CategoryPicker({ path = '/' }: { path?: string }) {
>
<li
className={cn(
'h-[42.5px] w-[86.5px] cursor-pointer rounded-[83.333px] px-[16px] py-[8px] text-[#fff]',
'cursor-pointer rounded-[83.333px] px-[16px] py-[8px] text-[#fff]',
{
'bg-black text-white mo:rounded-none mo:border-2 mo:border-x-0 mo:border-t-0 mo:border-black mo:bg-white mo:text-black':
title === item.title,
Expand Down
2 changes: 1 addition & 1 deletion src/app/_components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Header() {
'mo:hidden',
)}
>
<div className="flex items-center gap-[50px]">
<div className="flex items-center gap-[40px]">
{/* 로고 */}
<div className="pr-[50px] text-[35px] font-bold">
<Link href="/">LIME</Link>
Expand Down

0 comments on commit b5f1478

Please sign in to comment.