# HG changeset patch # User bsw # Date 1611684935 -3600 # Node ID 1c21a43ef121adc7a82ffb264586993bfcd27e77 # Parent 020fd82c6cb40d6b674237f2531cb8a67218cddf Fixed unevenly distributes white space around initiative list diff -r 020fd82c6cb4 -r 1c21a43ef121 app/main/_layout/default.html --- a/app/main/_layout/default.html Tue Jan 26 18:57:19 2021 +0100 +++ b/app/main/_layout/default.html Tue Jan 26 19:15:35 2021 +0100 @@ -140,8 +140,8 @@ line-height: normal; } .initiatives.mdl-list { - margin-top: 10px; - margin-bottom: 0px; + margin-top: 5px; + margin-bottom: 5px; padding-bottom: 0px; } .initiatives .mdl-list__item--three-line {