diff --git a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html index 0efc667..a1c0b48 100644 --- a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html +++ b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html @@ -27,8 +27,9 @@
-
- + {{currentSelectingHero.name}}
@@ -92,8 +93,9 @@
-
- + {{hero.name}}
diff --git a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss index 17cc1de..b7ab7b8 100644 --- a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss +++ b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss @@ -246,6 +246,9 @@ overflow: hidden; border-radius: 8px; background: #f8f9fa; + background-size: cover; + background-position: center; + background-repeat: no-repeat; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); position: relative; } @@ -469,6 +472,9 @@ overflow: hidden; border-radius: 8px; background: #f8f9fa; + background-size: cover; + background-position: center; + background-repeat: no-repeat; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); position: relative; }