Skip to content

Commit a81cf09

Browse files
committed
fix(demo): ui consistency, responsive fix
1 parent 9aeabf1 commit a81cf09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

projects/elements-demo/src/app/core/layout/toolbar/toolbar.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
routerLinkActive="active"
3535
color="primary"
3636
>
37-
Home
37+
HOME
3838
</button>
3939
<button
4040
mat-flat-button
4141
routerLink="docs"
4242
routerLinkActive="active"
4343
color="primary"
4444
>
45-
Docs
45+
DOCS
4646
</button>
4747
<button
4848
mat-flat-button
4949
routerLink="examples"
5050
routerLinkActive="active"
5151
color="primary"
5252
>
53-
Examples
53+
EXAMPLES
5454
</button>
5555
</ng-container>
5656
<a

projects/elements-demo/src/app/features/docs/docs.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
padding: 40px;
5+
overflow: hidden;
56

67
h3 {
78
opacity: 0.5;

0 commit comments

Comments
 (0)