We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3128eb3 + c41edb2 commit abec675Copy full SHA for abec675
src/components/StrokeBanner.tsx
@@ -23,8 +23,9 @@ const StrokeBanner = () => {
23
친구 정보를 저장하고 대화할 수 있어요
24
</strong>
25
<p className="mt-2 text-sm font-light text-gray-900">
26
- 로그인 시 기억하고 싶은 친구의 MBTI와 특징을 입력해서 빠르게 대화할 수
27
- 있어요
+ 로그인 시 기억하고 싶은 친구의 MBTI와 특징을
+ <br />
28
+ 입력해서 빠르게 대화할 수 있어요
29
</p>
30
</div>
31
);
src/index.css
@@ -30,12 +30,15 @@ body {
main {
32
@media screen and (min-width: 360px) {
33
+ font-size: 14px;
34
width: 360px;
35
}
36
@media screen and (min-width: 375px) {
37
+ font-size: 16px;
38
width: 375px;
39
40
@media screen and (min-width: 500px) {
41
42
width: 500px;
43
44
0 commit comments