Skip to content

Commit

Permalink
design: 결과, 댓글 div 최소너비 설정 (320px)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandahwang committed Oct 8, 2024
1 parent d035dc7 commit a1f4b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ useEffect(() => {

return (
<div className="container h-[1600px] w-full bg-black flex justify-center items-center flex-row p-16" >
<div className="result w-[450px] h-full bg-gray-900 p-4 border border-gray-400" >
<div className="result w-[450px] h-full bg-gray-900 p-4 border border-gray-400 min-w-80">
<RadarChart />
<div className="text-white border-t border-yellow-300 mt-4 pt-2 pb-2">
<p className="mb-2">
Expand Down Expand Up @@ -286,7 +286,7 @@ useEffect(() => {
</div>
</div>
</div>
<div className="result w-[450px] h-full bg-gray-900 p-4 border border-gray-400" style={{ minWidth: "380px" }}>
<div className="result w-[450px] h-full bg-gray-900 p-4 border border-gray-400 min-w-80" >
<h2 className="text-xl font-bold mb-4 text-start text-[#F9DA9B]">
사용자 의견
</h2>
Expand Down

0 comments on commit a1f4b0f

Please sign in to comment.