Updates to screenshot

This commit is contained in:
benjaminramey
2019-11-12 16:06:14 -06:00
parent efa24f20dd
commit a97621f575
2 changed files with 6 additions and 2 deletions

BIN
screenshots/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

View File

@@ -60,14 +60,14 @@
loading...
</p>
<p class="card-text m-0" v-else v-for="pin in grouping.pins" v-bind:key="pin.hash">
<a target="_blank" :href="pin.href">{{ pin.description }}</a>
<a :href="pin.href">{{ pin.description }}</a>
</p>
</div>
</div>
</div>
</div>
<div class="fixed-bottom">Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div class="fixed-bottom icons-credit">Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</div>
</template>
@@ -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;
}
</style>