Yes
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m36s

This commit is contained in:
2026-03-17 00:22:54 +01:00
parent 44663ec051
commit 687a3c922c
18 changed files with 1573 additions and 43 deletions

View File

@@ -25,13 +25,13 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.container {
margin: auto auto;
margin-top: -30px;
margin-top: 320px;
margin-bottom: 200px;
display: flex;
flex-direction: column;
padding-left: 20px;
padding-right: 20px;
max-width: 1100px;
}
</style>