Skip to content

Commit 733f451

Browse files
author
Chris Hurlburt
committed
logo added to examples
1 parent 59ea33b commit 733f451

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

examples/src/components/pages/Home.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<section class="home">
3-
<h1 class="title">ScrollView Examples</h1>
3+
<img class="logo" src="static/logo.jpg" alt="ScrollView Logo">
44
<p class="description">
5-
This is a collection of small examples demonstrating different applications
5+
This is a collection of examples demonstrating different applications
66
for ScrollView. Feel free to submit a PR for a new example
77
<a href="https://github.com/chrishurlburt/vue-scrollview" target="blank">here</a>.
88
</p>
@@ -34,6 +34,10 @@ export default {
3434
color: #798890;
3535
}
3636
37+
.logo {
38+
max-width: 600px;
39+
}
40+
3741
.title {
3842
margin-bottom: 35px;
3943
}

examples/static/logo.jpg

105 KB
Loading

0 commit comments

Comments
 (0)