Skip to content

Commit 269e7d1

Browse files
author
Philipp Eisen
committed
Add shadow to top of footer
1 parent 111e6fa commit 269e7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
href="https://github.com/vuejs/vue-hackernews-2.0"
3232
target="_blank"
3333
rel="noopener"
34-
>Vue.js</a> and
34+
>Vue.js</a>
3535
<a
3636
class="github"
3737
href="https://github.com/nmslib/hnswlib"
@@ -61,7 +61,7 @@ footer {
6161
width: 100%;
6262
background-color: #fff;
6363
height: 40x;
64-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
64+
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
6565
text-align: center;
6666
6767
.github {

0 commit comments

Comments
 (0)