Skip to content

Commit 85f4066

Browse files
committed
Refactor app.component.css to improve styling for body and mat-icon elements
1 parent a2793b9 commit 85f4066

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/app.component.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
>>> body {
2+
body {
33
margin: 0;
44
}
55

@@ -11,3 +11,7 @@ mat-toolbar a {
1111
color: white;
1212
}
1313

14+
mat-icon {
15+
margin-right: 8px;
16+
vertical-align: middle;
17+
}

0 commit comments

Comments
 (0)