File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 2525 property ="og:description "
2626 content ="공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼 "
2727 />
28- < meta property ="og:image " content ="/Landing1.png " />
28+ < meta property ="og:image " content ="/public/logo.svg " />
2929
3030 <!-- Twitter -->
3131 < meta property ="twitter:card " content ="summary_large_image " />
3535 property ="twitter:description "
3636 content ="공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼 "
3737 />
38- < meta property ="twitter:image " content ="/Landing1.png " />
38+ < meta property ="twitter:image " content ="/public/logo.svg " />
3939
4040 <!-- Meta Tags Generated with https://metatags.io -->
4141
4646 < script type ="module " src ="/src/main.jsx "> </ script >
4747 </ head >
4848 < body >
49- < noscript
50- > 공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼</ noscript
51- >
49+ < noscript > 공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼</ noscript >
5250 < div id ="root "> </ div >
5351 </ body >
5452</ html >
Original file line number Diff line number Diff line change 1818 // padding-top: 231px;
1919 // padding-left: 80px;
2020 // }
21+
22+ max-width : 1920px ;
2123 @include r .media-tablet {
2224 gap : 0 ;
2325
144146 position : relative ;
145147 width : 100% ;
146148 height : 100vh ;
147- max-width : 1920px ;
148149 @include r .media-tablet {
149150 height : auto ;
150151 }
Original file line number Diff line number Diff line change 244244}
245245
246246.main-ver2 .page2 .page2-content :nth-of-type (3 ) h4 {
247+ position : absolute ;
248+ right : 0 ;
249+
247250 margin-top : 43px ;
248251 margin-right : 33px ;
252+
253+ width : fit-content ;
254+
255+ text-align : right ;
249256 @include r .media-tablet {
250- position : absolute ;
251257 top : 0 ;
258+ left : 0 ;
252259
253260 margin-top : 30px ;
254261 margin-left : 30px ;
255262
256- width : fit-content ;
263+ text-align : left ;
257264 }
258265 @include r .media-mobile {
259266 margin-top : 21.66px ;
You can’t perform that action at this time.
0 commit comments