♻️ (step) extract css styles to appropriate component

This commit is contained in:
Julien Calixte
2023-07-21 01:13:30 +02:00
parent 136ee85cd4
commit 97cb45dd7b
4 changed files with 64 additions and 71 deletions

View File

@@ -8,7 +8,8 @@ import FeatureSteps from '@/FeatureSteps.vue'
</main>
</template>
<!-- <style scoped lang="scss">
#main-app {
<style scoped lang="scss">
main {
height: calc(100vh - 2 * 1rem);
}
</style> -->
</style>