Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 27bcddf

Browse files
style(app-team-landing): update badge asset and made small style adjustments for new asset
1 parent d064ebc commit 27bcddf

8 files changed

+5
-5
lines changed

src/assets/team-landing-design.png

-21.3 KB
Binary file not shown.
-29.2 KB
Binary file not shown.
13 KB
Loading
15.8 KB
Loading
18.3 KB
Loading
-44.1 KB
Binary file not shown.

src/pages/app-team-landing/app-team-landing.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ section.team-landing {
6666
display: grid;
6767

6868
app-img {
69-
justify-self: center;
69+
align-self: center;
7070
img {
7171
object-fit: cover;
7272
}
@@ -76,7 +76,7 @@ section.team-landing {
7676
grid-template-columns: 0.5fr 1fr;
7777

7878
.text-img-container-text {
79-
margin-left: 10px;
79+
margin-left: 35px;
8080
h2,
8181
h4 {
8282
color: $orange;

src/pages/app-team-landing/app-team-landing.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ export class AppTeamLanding {
465465
<section class="text-img-container right-side">
466466
<app-img
467467
class="img-fluid d-none d-md-inline"
468-
src={`/assets/team-landing-${
468+
src={`/assets/team-landing-graphic-${
469469
this.data[this.match.params.member].team
470-
}.png`}
471-
alt=""
470+
}-badge.png`}
471+
alt="Job Title Badge - Design, Development, Management"
472472
/>
473473
<div class="text-img-container-text">
474474
<h2>

0 commit comments

Comments
 (0)