mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-28 19:00:18 +01:00
fix(dashboard): improve electricity responsiveness
This commit is contained in:
parent
41009c5f3e
commit
61c8719319
3 changed files with 50 additions and 10 deletions
|
|
@ -25,11 +25,11 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xxxl-3 col-xl-4 col-lg-5 col-md-12">
|
||||
<div class="col-xxxl-3 col-xl-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-12">
|
||||
<div class="col-xxxl-9 col-xl-8 col-lg-7 col-md-6">
|
||||
<ngx-electricity></ngx-electricity>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue