Skip to content

Commit 521582f

Browse files
Merge pull request #75 from nka21/hotfix/yohaku
スマホサイズの余白調整
2 parents 9f96725 + f69dc2f commit 521582f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/web/src/components/home/HomeScreen.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
align-items: center;
9898
justify-content: center;
9999
/* height: 100%; */
100-
padding: 40px 20px;
100+
padding: 60px 20px;
101101
text-align: center;
102102
}
103103

@@ -124,8 +124,8 @@
124124
}
125125

126126
.character-area {
127-
width: 85%;
128-
height: 85%;
127+
width: 60%;
128+
height: 60%;
129129
margin-bottom: 80px;
130130
opacity: 0;
131131
position: relative;

apps/web/src/components/result/ResultScreen.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
}
9494

9595
.character-image {
96-
width: 70%;
97-
height: 70%;
96+
width: 52%;
97+
height: 52%;
9898
object-fit: contain;
9999
object-position: center;
100100
border-radius: 64px;

0 commit comments

Comments
 (0)