Updates to screenshot
This commit is contained in:
BIN
screenshots/screenshot1.png
Normal file
BIN
screenshots/screenshot1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 326 KiB |
@@ -60,14 +60,14 @@
|
|||||||
loading...
|
loading...
|
||||||
</p>
|
</p>
|
||||||
<p class="card-text m-0" v-else v-for="pin in grouping.pins" v-bind:key="pin.hash">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -171,6 +171,7 @@ export default {
|
|||||||
|
|
||||||
.app {
|
.app {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@@ -183,4 +184,7 @@ h1 {
|
|||||||
width: 17rem;
|
width: 17rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icons-credit {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user