优化
This commit is contained in:
parent
9c76034476
commit
f905a984f2
@ -68,8 +68,7 @@ const handleBack = () => {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 25%;
|
||||
min-width: 320px;
|
||||
width: 400px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@ -116,13 +115,6 @@ const handleBack = () => {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.content-container {
|
||||
width: 40%;
|
||||
min-width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.content-container {
|
||||
width: 100vw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user