We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f96725 + f69dc2f commit 521582fCopy full SHA for 521582f
2 files changed
apps/web/src/components/home/HomeScreen.module.css
@@ -97,7 +97,7 @@
97
align-items: center;
98
justify-content: center;
99
/* height: 100%; */
100
- padding: 40px 20px;
+ padding: 60px 20px;
101
text-align: center;
102
}
103
@@ -124,8 +124,8 @@
124
125
126
.character-area {
127
- width: 85%;
128
- height: 85%;
+ width: 60%;
+ height: 60%;
129
margin-bottom: 80px;
130
opacity: 0;
131
position: relative;
apps/web/src/components/result/ResultScreen.module.css
@@ -93,8 +93,8 @@
93
94
95
.character-image {
96
- width: 70%;
- height: 70%;
+ width: 52%;
+ height: 52%;
object-fit: contain;
object-position: center;
border-radius: 64px;
0 commit comments