improve style for mobile mode

This commit is contained in:
SrGooglo 2023-10-12 19:56:32 +00:00
parent 2caa55b83d
commit 75d97c204d

View File

@ -16,11 +16,18 @@ html {
width: 100%; width: 100%;
.play_info { .play_info {
display: flex;
flex-direction: column;
width: 100%; width: 100%;
.play_info_details {
width: 100%;
}
.play_info_cover { .play_info_cover {
width: 30vh; width: 30vh !important;
height: 30vh; height: 30vh !important;
img { img {
width: 100%; width: 100%;