From b9670579c574f582e2bf259aac509d3025f08553 Mon Sep 17 00:00:00 2001 From: programmingPug <36635276+programmingPug@users.noreply.github.com> Date: Sun, 20 May 2018 19:50:00 -0400 Subject: [PATCH] stuff --- src/app/view-card/view-card.component.css | 16 ++++-- src/app/view-card/view-card.component.html | 58 ++++++++++------------ 2 files changed, 39 insertions(+), 35 deletions(-) diff --git a/src/app/view-card/view-card.component.css b/src/app/view-card/view-card.component.css index 599b749..c5da9d1 100644 --- a/src/app/view-card/view-card.component.css +++ b/src/app/view-card/view-card.component.css @@ -1,5 +1,5 @@ #gameImageHeaderContainer{ - height:250px; + height:300px; overflow: hidden; } @@ -7,18 +7,26 @@ width:80%; } +.lrContainer{ + margin-top: 1%; +} + .card{ - height: 280px; + height: auto; width: 250px; margin: 5px; } +.card-2x{ + width:525px; +} + .flex-container { display: flex; height: auto; flex-flow: row wrap; - align-items: center; - justify-content: center; + align-items: left; + justify-content: left; } .example-fill-remaining-space { diff --git a/src/app/view-card/view-card.component.html b/src/app/view-card/view-card.component.html index 9ddd089..69cd32f 100644 --- a/src/app/view-card/view-card.component.html +++ b/src/app/view-card/view-card.component.html @@ -32,21 +32,40 @@ -
+

+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
-
- -
+
+
+
-
- -
- -
-
-
- -
-
- -
-
- -
-
- -
- +
+
-
-
- + \ No newline at end of file