Skip to content

Commit

Permalink
fix: 오늘 페이지 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0seo8 committed Oct 15, 2022
1 parent 8c9bfc3 commit 46005c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OnEul/TodaySurge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ const TodaySurge = ({ category }) => {
<span className="text-sm">{liked}</span>
</div>
<div
className="w-[calc((100vw-2px)/2)] h-[calc((100vw)/2)] bg-cover after:content('') after:block bg-center"
className="w-[calc(100vw/2)] h-[calc((100vw)/2)] bg-cover after:content('') after:block bg-center"
style={{
backgroundImage: `url(${imgUrl})`,
}}
></div>
</div>
<div className="w-[calc((100vw-2px)/2)] flex px-5 py-3.5 border-y-2 border-primary text-primary text-sm">
<div className=" flex px-5 py-3.5 border-y-2 border-primary text-primary text-sm">
<div
className="w-[39px] h-[39px] bg-cover rounded-lg mr-3.5"
style={{
Expand Down

0 comments on commit 46005c2

Please sign in to comment.