Skip to content

Commit 30c08d5

Browse files
authored
Merge pull request #189 from Podo-Store/fix/landing-page-retouching
Fix/landing page retouching
2 parents 71e58a2 + aea69b0 commit 30c08d5

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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" />
@@ -35,7 +35,7 @@
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

@@ -46,9 +46,7 @@
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>

src/pages/MainVer2.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
// padding-top: 231px;
1919
// padding-left: 80px;
2020
// }
21+
22+
max-width: 1920px;
2123
@include r.media-tablet {
2224
gap: 0;
2325

@@ -144,7 +146,6 @@
144146
position: relative;
145147
width: 100%;
146148
height: 100vh;
147-
max-width: 1920px;
148149
@include r.media-tablet {
149150
height: auto;
150151
}

src/pages/MainVer2Page2.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,16 +244,23 @@
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;

0 commit comments

Comments
 (0)