diff --git a/screenshots/screenshot1.png b/screenshots/screenshot1.png new file mode 100644 index 0000000..0be670a Binary files /dev/null and b/screenshots/screenshot1.png differ diff --git a/src/page/App.vue b/src/page/App.vue index d910759..c079ed5 100644 --- a/src/page/App.vue +++ b/src/page/App.vue @@ -60,14 +60,14 @@ loading...

- {{ pin.description }} + {{ pin.description }}

-
Icons made by Smashicons from www.flaticon.com
+
Icons made by Smashicons from www.flaticon.com
@@ -171,6 +171,7 @@ export default { .app { font-size: 1rem; + padding-bottom: 20px; } h1 { @@ -183,4 +184,7 @@ h1 { width: 17rem; } +.icons-credit { + background-color: white; +}