diff --git a/committeeVotes/static/site.css b/committeeVotes/static/site.css index e65b2be..2096759 100644 --- a/committeeVotes/static/site.css +++ b/committeeVotes/static/site.css @@ -36,6 +36,14 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 20px 0; } +.ministers { + margin-bottom: 35px +} + +.ministers > div { + margin: 9px +} + .minister-photo { position: relative; height: 120px; @@ -66,7 +74,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { height: 450px; width: 300px; display: inline-block; - margin: 15px; + margin: 25px !important; } #footer { @@ -111,7 +119,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { background-color: #fff; } - h1 { font-size: 42px; letter-spacing: 1px @@ -132,10 +139,15 @@ h4 { letter-spacing: 1px } -ul, ol { +ul, ol, table { margin: 0px 25px 10px 0px } +.card table { + width: 95%; + max-width: 95% +} + .card { background: #fff; border: 1px solid #e6e6e6; diff --git a/committeeVotes/templates/base.html b/committeeVotes/templates/base.html index 3d63c05..8b7f50e 100644 --- a/committeeVotes/templates/base.html +++ b/committeeVotes/templates/base.html @@ -88,12 +88,12 @@