Skip to content

Commit 724b565

Browse files
committed
styles(web): reduce icon size
1 parent c94bcad commit 724b565

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/web/src/app/components/app/app.component.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ mat-toolbar {
2727
display: flex;
2828
gap: 8px;
2929
}
30+
31+
.info-icons img {
32+
width: 24px;
33+
height: 24px;
34+
}

0 commit comments

Comments
 (0)