Skip to content

Commit 2473c0c

Browse files
committed
fix indents
1 parent e0ac298 commit 2473c0c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/pages/Index.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66

77
<h1>Hello, world!</h1>
88

9-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur excepturi labore tempore expedita, et iste tenetur suscipit explicabo! Dolores, aperiam non officia eos quod asperiores</p>
9+
<p>
10+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur excepturi labore tempore expedita, et iste tenetur suscipit explicabo! Dolores, aperiam non officia eos quod asperiores
11+
</p>
1012

1113
<p class="home-links">
12-
<a href="https://gridsome.org/docs" target="_blank">Gridsome Docs</a>
13-
<a href="https://github.com/gridsome/gridsome" target="_blank">GitHub</a>
14+
<a href="https://gridsome.org/docs" target="_blank">Gridsome Docs</a>
15+
<a href="https://github.com/gridsome/gridsome" target="_blank">GitHub</a>
1416
</p>
1517

1618
</Layout>
@@ -23,7 +25,7 @@ export default {
2325
</script>
2426

2527
<style>
26-
.home-links a{
27-
margin-right: 1rem;
28+
.home-links a {
29+
margin-right: 1rem;
2830
}
2931
</style>

0 commit comments

Comments
 (0)