feat: adapt design for phone
This commit is contained in:
@@ -105,7 +105,9 @@ onMounted(() => {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
justify-content: space-evenly;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.developers {
|
||||
@@ -130,7 +132,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.global-time {
|
||||
font-size: calc(3em + 10vw);
|
||||
font-size: clamp(2.5rem, 8vw + 1rem, 6rem);
|
||||
}
|
||||
|
||||
.music {
|
||||
|
||||
Reference in New Issue
Block a user