From d287831ace90e8bccc464ff3fd62e9c1d9dbf97d Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Tue, 15 Jan 2019 22:59:35 -0700 Subject: [PATCH] Added book recommendation --- src/pages/Platforms/Platforms.vue | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/pages/Platforms/Platforms.vue b/src/pages/Platforms/Platforms.vue index 54183fad..2a9cc5d8 100755 --- a/src/pages/Platforms/Platforms.vue +++ b/src/pages/Platforms/Platforms.vue @@ -55,6 +55,27 @@ + +
+ + + + +
+

Book recommendation

+

+ + The Game Console: A Photographic History from Atari to Xbox + +

+ +

+ + GAMEBRARY gets a small referral commission when you use our affiliate link to purchase this book. the earnings will go towards supporting the ongoing development of Gamebrary. + +

+
+
@@ -142,6 +163,27 @@ export default { margin: 0; } + .consoles-book { + max-width: 100%; + background: $color-white; + display: grid; + grid-gap: $gp; + width: 400px; + margin-top: $gp * 2; + grid-template-columns: 180px auto; + border-radius: $border-radius; + overflow: hidden; + + img { + width: 100%; + display: block; + } + + .description { + padding-right: $gp; + } + } + .tools { display: grid; grid-template-columns: 1fr 1fr 1fr;