col beter size
This commit is contained in:
parent
1b3625c614
commit
e16aea812e
|
|
@ -18,10 +18,9 @@
|
||||||
|
|
||||||
<div class="row justify-content-evenly">
|
<div class="row justify-content-evenly">
|
||||||
@for (symbol of symbols; track $index ){
|
@for (symbol of symbols; track $index ){
|
||||||
<div class="col-2" >
|
<div class="col" >
|
||||||
<commodity symbol="{{symbol}}" ></commodity>
|
<commodity symbol="{{symbol}}" ></commodity>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -7,7 +7,7 @@ import { CommodityComponent } from '../commodity/commodity.component';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'dashboard',
|
selector: 'dashboard',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [CommodityComponent, NgFor],
|
imports: [CommodityComponent],
|
||||||
templateUrl: './dashboard.component.html',
|
templateUrl: './dashboard.component.html',
|
||||||
styleUrls: ['./dashboard.component.css']
|
styleUrls: ['./dashboard.component.css']
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue