防止缩放问题
This commit is contained in:
@ -15,12 +15,13 @@
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
img {
|
||||
/* max-height: 80%; */
|
||||
/* height: auto; */
|
||||
width: 400px;
|
||||
width: 350px;
|
||||
/* flex-grow: 1; */
|
||||
transition: transform 0.05s ease-in-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user