diff --git a/css/base.css b/css/base.css index 8683964..a3cc23c 100644 --- a/css/base.css +++ b/css/base.css @@ -193,6 +193,19 @@ figcaption { line-height: 0.5em; } +#progress { + display: block; + text-align: center; +} + +#gauge-bar { + float: left; +} + +#fundraising-bar { + float: left; +} + code { background: #ffffff1f; padding: 0.2em 0.4em;