diff --git a/css/dashboard.css b/css/dashboard.css index 9e866d8..3fe167c 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -2,14 +2,20 @@ border-top: 1px solid #000; clear: left; } + h2 { + width: 80%; + float: left; + font-size: 1.75em; + } .status { + width: 18%; display: inline-block; float: right; + font-size: 1.25em; font-weight: bold; - font-size: .5em; color: white; - padding: 0 5px; - margin-top: -11.466px; + padding: 2px 5px; + text-align: center; } .status.planning { background-color: gray; @@ -23,6 +29,9 @@ .status.shipped { background-color: green; } + .project p { + line-height: 1.5em; + } .project > div:nth-of-type(2) { float: left; width: 48.82117%; diff --git a/dashboard.md b/dashboard.md index 588314a..b130dd1 100644 --- a/dashboard.md +++ b/dashboard.md @@ -14,7 +14,8 @@ We have projects underway to help to build the capacity of open data. Here is th {% for project in site.data.dashboard %}
{{ project.description }}
@@ -27,15 +28,15 @@ We have projects underway to help to build the capacity of open data. Here is th