Start to fix missing project-steps styles

This commit is contained in:
Timothée Goguely 2024-11-06 16:33:03 +01:00
parent 75d3abfec8
commit c0a29c0d18
3 changed files with 32 additions and 8 deletions

View file

@ -65,4 +65,11 @@ function changeTab(newValue) {
}
</script>
<style scoped></style>
<style scoped>
section {
--flow-space: var(--space-16);
}
section > * {
display: block;
}
</style>