feat: adapt design for phone

This commit is contained in:
Julien Calixte
2026-01-24 22:24:25 +01:00
parent d4a1af72f5
commit 6d7bed5850
5 changed files with 24 additions and 6 deletions

View File

@@ -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 {