Skip to content

Commit 3dd674f

Browse files
committed
Add styles to NewTodo.vue
1 parent 509f055 commit 3dd674f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/NewTodo.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,11 @@ export default defineComponent({
130130
});
131131
</script>
132132

133-
<style lang="scss"></style>
133+
<style lang="scss">
134+
form {
135+
line-height: 150%;
136+
}
137+
button {
138+
margin: 10px;
139+
}
140+
</style>

0 commit comments

Comments
 (0)