diff --git a/src/App.js b/src/App.js
index 6389810..2d3ada5 100644
--- a/src/App.js
+++ b/src/App.js
@@ -11,9 +11,9 @@ function Card(data) {
{data.CardDesc}
-
Mana: {data.ManaCost}
-
Power: {data.Power}
-
Toughness: {data.Toughness}
+
Mana: {data.ManaCost}
+
Power: {data.Power}
+
Toughness: {data.Toughness}
)
diff --git a/src/index.css b/src/index.css
index 974368d..7fc63ae 100644
--- a/src/index.css
+++ b/src/index.css
@@ -17,8 +17,8 @@ code {
border-radius: 3%;
transition: 0.3s;
position: relative;
- width: 300px;
- height: 450px;
+ width: 250px;
+ height: 420px;
padding: 10px;
background-color: #a05236a6;
color: #FFFFFF;