Skip to content

Commit

Permalink
chore(demo): add angular press kit logo (#9496)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 18, 2024
1 parent 07e7c2c commit ed7cfbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions projects/demo/src/modules/app/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,14 @@ <h2 class="opensource">It’s open source</h2>
<br />
open source
<br />
components
components for
<br />
for Angular
<img
alt="angular"
loading="lazy"
src="https://angular.dev/assets/images/press-kit/angular_wordmark_gradient.png"
class="angular-logo"
/>
</h1>
</section>

Expand Down
5 changes: 5 additions & 0 deletions projects/demo/src/modules/app/landing/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
inline-size: 1em;
}

.angular-logo {
block-size: 1.2em;
margin-top: 0.5rem;
}

.screen {
inline-size: 100vw;
min-block-size: 100vh;
Expand Down

0 comments on commit ed7cfbe

Please sign in to comment.