mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 03:07:08 +00:00
Game links tweaks
This commit is contained in:
parent
f18a147fcc
commit
0a240c31ab
2 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<template lang="html">
|
||||
<div v-if="hasWebsites" class="game-links">
|
||||
<h4>Links</h4>
|
||||
<h3>Links</h3>
|
||||
<div class="links">
|
||||
<a
|
||||
v-for="{ category, url } in game.websites"
|
||||
|
@ -75,12 +75,6 @@ export default {
|
|||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
@import "~styles/styles";
|
||||
|
||||
.game-links {
|
||||
border-top: 1px solid #e5e5e5;
|
||||
margin-top: $gp;
|
||||
padding-top: $gp;
|
||||
}
|
||||
|
||||
.links {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 30px);
|
||||
|
|
|
@ -71,9 +71,9 @@
|
|||
</section> -->
|
||||
|
||||
<game-details />
|
||||
<game-links />
|
||||
<game-videos />
|
||||
<game-screenshots />
|
||||
<game-links />
|
||||
<igdb-credit gray />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue