style(PinPuYi.vue): adjust image styling for better responsiveness
This commit is contained in:
@ -12,5 +12,7 @@ import DeviceImage from './pin-pu-yi-bg.png';
|
|||||||
img {
|
img {
|
||||||
width: calc(2554px * 0.5);
|
width: calc(2554px * 0.5);
|
||||||
height: calc(1626px * 0.5);
|
height: calc(1626px * 0.5);
|
||||||
|
max-width: fit-content;
|
||||||
|
max-height: fit-content;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user