Updated logo API

This commit is contained in:
2026-04-25 22:57:18 +10:00
parent 678096b463
commit de183995b6
26 changed files with 1088 additions and 64 deletions
@@ -78,6 +78,18 @@ defineProps<{
</template>
<style scoped>
.feed-boarding-pass{
max-width: 600px;
margin: 1em auto;
}
@media (max-width: 1200px) {
.boarding-pass{
margin: 0;
}
}
.pass-stats-row {
display: flex;
align-items: center;