Skip to content

Commit fc02584

Browse files
committed
Cover image included
1 parent 2664c8e commit fc02584

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

client/src/app/dashboard/main.vue

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77

88
<template>
99
<div>
10-
<blockquote>
11-
A highly opinionated Single Page Application starter kit built on top of Vue.js and Laravel.
12-
</blockquote>
10+
<div class="text-center">
11+
<img class="cover" src="http://vedovelli.com.br/spas.png" alt="Codecasts Single Page Application starter kit">
12+
<h4>A highly opinionated Single Page Application starter kit built on top of Vue.js and Laravel.</h4>
13+
</div>
1314
</div>
1415
</template>
16+
17+
<style scoped>
18+
.cover {
19+
max-width: 800px;
20+
}
21+
</style>

0 commit comments

Comments
 (0)