added margin for the future contents in home tag

This commit is contained in:
Kostya
2023-11-12 22:41:20 +03:00
parent fd818428f7
commit b8ad1f1536

View File

@@ -17,6 +17,9 @@ export default {
}
</script>
<style>
<style scoped>
.home {
margin-top: 60px;
padding: 20px;
}
</style>