Skip to content

Commit 36e1ba1

Browse files
committed
fix(showcase): adjust subtitle style
1 parent bdf692c commit 36e1ba1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

projects/ng-sortgrid-demo/src/app/shared/nav/nav.component.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@
1313
color: #c30230;
1414
font-size: 40px;
1515
}
16+
17+
.subtitle {
18+
color: darkgray;
19+
display: block;
20+
margin-left: 50px;
21+
font-style: italic;
22+
}

projects/ng-sortgrid-demo/src/app/shared/nav/nav.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container">
55
<a class="navbar-brand" href="#" style="font-size: 30px">
66
<img class="logo" src="assets/ng-sortgrid-logo.png"/>
7-
<small *ngIf="subtitle">{{subtitle}}</small>
7+
<small class="subtitle" *ngIf="subtitle">{{subtitle}}</small>
88
</a>
99
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
1010
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)