Skip to content

Commit

Permalink
Add nvmrc, add link to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
farengeyt451 committed Nov 13, 2023
1 parent 740b992 commit d6b7201
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.15.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
class="header__hero"
tabindex="0"
>
<div class="header__logo">
<a
class="header__logo"
routerLink="/"
>
<img
class="header__img header__img--ng"
src="assets/icons/angular.svg"
Expand All @@ -14,7 +17,7 @@
src="assets/icons/tippy.svg"
alt="tippy.js logo"
>
</div>
</a>

<h2 class="header__title">ngx-tippy-wrapper</h2>
<tui-badge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ $animation-time: 3s;
align-items: center;
}

.header__logo {
display: inline-block;
}

.header__title {
font-size: 1.2rem;
margin-left: 1.2rem;
}

.header__badge {
Expand All @@ -46,7 +51,7 @@ $animation-time: 3s;

.header__img--tippy {
position: relative;
left: -25px;
margin-left: -25px;
z-index: -1;
animation-name: animation-bounce-reversed;
}
Expand Down

0 comments on commit d6b7201

Please sign in to comment.