feat(Turntable): the Full App Display have better response in Horizontal mode

This commit is contained in:
Grason Chan 2021-09-26 19:47:55 +08:00
parent ad3049d1c6
commit 347d83467e

View File

@ -320,6 +320,18 @@
}
/* Responsive */
@media (max-width: 908px) {
#fad-foreground {
flex-wrap: wrap;
align-content: center
}
#fad-details {
padding-top: 50px
}
}
@media (min-width: 1460px) and (min-height: 960px) {
#fad-foreground {
transform: scale(1.2)