pidgin/nest

Remove extra padding from condensed lists.

2019-09-13, Elliott Sales de Andrade
e3460df813a9
Remove extra padding from condensed lists.

All lists already have a margin, so this just makes the bottom space
extra large.
<footer class=" footline">
{{ with .Params.LastModifierDisplayName }}
<i class='fas fa-user'></i> <a href="mailto:{{ $.Params.LastModifierEmail }}">{{ . }}</a> {{ with $.Date }} <i class='fas fa-calendar'></i> {{ .Format "02/01/2006" }}{{ end }}
</div>
{{ end }}
</footer>