@@ -31,7 +31,7 @@ import "./MainVer2Page2.scss";
3131const MainVer2 = ( ) => {
3232 const navigate = useNavigate ( ) ;
3333 const {
34- widthConditions : { isLaptop, isTablet, isMobile } ,
34+ widthConditions : { isDesktop , isLaptop, isTablet, isMobile } ,
3535 } = useWindowDimensions ( ) ;
3636
3737 const content2Title = ( ) => "작품 둘러보기" ;
@@ -64,40 +64,44 @@ const MainVer2 = () => {
6464
6565 < div >
6666 < div className = "page1" >
67- < section className = " page1-width" >
67+ < section className = "page1-width" >
6868 < div
69- className = { ` page1-title-img w-fit pt-[110px ] ${
69+ className = { `page1-title-img pt-[136px ] ${
7070 isLaptop
71- ? "items-center gap-[80px]"
71+ ? "items-center gap-[80px]"
7272 : isTablet
73- ? " gap-[60px]"
73+ ? "gap-[60px]"
7474 : "gap-[42px]"
75- } justify-center `}
75+ } justify-between `}
7676 >
7777 < div
7878 className = { ` ${
7979 isLaptop ? "" : ""
8080 } h-fit title-wrap f-dir-column p-relative`}
8181 >
82- < h1 className = " title" >
82+ < h1 className = "title" >
8383 대본과 { isLaptop && < br /> } 공연권 거래
8484 < br />
8585 포도상점에서
8686 </ h1 >
8787
88- < h5 className = "sub-title" >
88+ < h5 className = "sub-title whitespace-nowrap " >
8989 편리하게 대본과 공연권을 거래해요.
9090 < br />
9191 여러분들이 원하던 스토리 IP 플랫폼,
9292 < br />
9393 포도상점을 시작하세요!
9494 </ h5 >
9595 </ div >
96- { ! isMobile ? (
97- < img src = { circleIcon } alt = "circle" className = "" />
96+ { ! isTablet && ! isMobile ? (
97+ < img src = { circleIcon } alt = "circle" className = "circle-icon " />
9898 ) : (
9999 < div className = "flex justify-end" >
100- < img src = { circleIcon } alt = "circle" className = " w-[438px]" />
100+ < img
101+ src = { circleIcon }
102+ alt = "circle"
103+ className = "circle-icon w-[438px]"
104+ />
101105 </ div >
102106 ) }
103107 </ div >
0 commit comments