diff --git a/projects/IoT.Shared/wwwroot/css/site.css b/projects/IoT.Shared/wwwroot/css/site.css index b6f634ea..7241bc54 100644 --- a/projects/IoT.Shared/wwwroot/css/site.css +++ b/projects/IoT.Shared/wwwroot/css/site.css @@ -104,8 +104,18 @@ img.pointer { cursor: pointer; height: 32px; width: 32px; - margin: 5px auto; + margin: 8px auto; } .card-body.device{ padding:10px; +} +.row.h48{ + height:48px; +} +p.h48{ + line-height:48px; + margin:0 auto; +} +.margin0auto{ + margin:0 auto; } \ No newline at end of file diff --git a/projects/Platform/Views/Home/Building.cshtml b/projects/Platform/Views/Home/Building.cshtml index adef4f1d..a4f551a6 100644 --- a/projects/Platform/Views/Home/Building.cshtml +++ b/projects/Platform/Views/Home/Building.cshtml @@ -82,13 +82,13 @@ @if (Model.Scenes.Any()) {