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

@@ -18,10 +18,13 @@ import SWNewVersion from '@/components/SWNewVersion.vue'
flex-direction: column;
justify-content: space-between;
align-items: center;
min-height: 100vh;
height: 100vh;
height: 100dvh;
overflow: hidden;
}
img.logo {
margin-top: 1rem;
margin-top: 0.5rem;
flex-shrink: 0;
}
</style>