mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-15 04:38:05 +01:00
fix(dashboard): improve electricity responsiveness
This commit is contained in:
parent
06e86482d6
commit
660c9e508c
2 changed files with 13 additions and 5 deletions
|
|
@ -25,11 +25,11 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xxxl-3 col-xl-4 col-lg-5 col-md-6">
|
||||
<div class="col-xxxl-3 col-xxl-4 col-lg-5 col-md-6">
|
||||
<ngx-temperature></ngx-temperature>
|
||||
</div>
|
||||
|
||||
<div class="col-xxxl-9 col-xl-8 col-lg-7 col-md-6">
|
||||
<div class="col-xxxl-9 col-xxl-8 col-lg-7 col-md-6">
|
||||
<ngx-electricity></ngx-electricity>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue