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