diff --git a/dashboard.html b/dashboard.html index 3bd7533..dabcd09 100644 --- a/dashboard.html +++ b/dashboard.html @@ -13,7 +13,7 @@ } .header { width: 300px; - height: 400px; + height: 200px; float: left; background: #f3f3f3; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); @@ -22,18 +22,19 @@ } .chart-container { margin-left: 325px; - height: 400px; + height: 200px; border: 1px solid #ddd; } #calendar { font-family: Arial, sans-serif; border-collapse: collapse; width: 100%; + font-size: .8em; } #calendar td, #calendar th { border: 1px solid #ddd; text-align: center; - padding: 8px; + padding: 1px; } #calendar th { background-color: #c2c2c2; @@ -45,7 +46,7 @@ iframe { width: 100%; border: 1px solid #ddd; - height: 800px; + height: 600px; } @@ -54,11 +55,9 @@