Skip to content

Commit 804eb4c

Browse files
committed
styling for result
1 parent 709f789 commit 804eb4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/fizz-buzz/fizz-buzz.component.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
gap: 16px;
1414
}
1515

16+
h2 {
17+
margin-bottom: 0;
18+
}
19+
1620
mat-list {
1721
max-height: 20rem;
1822
overflow-y: auto;
@@ -21,7 +25,7 @@ mat-list {
2125

2226
button {
2327
// the button gets this margin because to give
24-
// it uniformity with the mat-form-field which
28+
// it uniformity with the mat-form-field which
2529
// has a subscript
2630
margin-bottom: var(--mat-form-field-subscript-text-line-height, var(--mat-sys-body-small-line-height));
2731
}

0 commit comments

Comments
 (0)