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.
1 parent cd63415 commit 4024049Copy full SHA for 4024049
frontend/src/index.css
@@ -126,20 +126,24 @@ code {
126
127
.character-container {
128
position: fixed;
129
+ width: 100%;
130
+ max-width: 600px;
131
+ left: 50%;
132
+ transform: translate(-50%, 0);
133
}
134
135
.character-box {
136
width:175px;
137
height:175px;
138
position: relative;
- bottom: 65px;
- left: 200px;
139
+ bottom: 50px;
140
+ left: -80px;
141
142
143
.character-box-right {
144
145
146
147
bottom: 65px;
- left: 800px;
148
+ left: 520px;
149
0 commit comments