Skip to content

Commit

Permalink
Revert back to the original hero image style
Browse files Browse the repository at this point in the history
  • Loading branch information
tokk-nv committed Nov 7, 2023
1 parent 797b784 commit 72cdf01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

.tx-hero {
margin: 32px 1.8rem;
margin: 32px 2.8rem;
color: var(--md-default-fg-color);
justify-content: center;
}
Expand All @@ -38,8 +38,8 @@
}

.tx-hero__image{
width:32rem;
height:18rem;
width:17rem;
height:17rem;
order:1;
padding-right: 2.5rem;
}
Expand Down

0 comments on commit 72cdf01

Please sign in to comment.