Remove unneeded CSS

This commit is contained in:
2021-03-27 20:22:22 -07:00
parent a6f56ceaa3
commit 785e0cf049
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
</div>
{{end}}
{{if ne .URL ""}}
<div class="card-footer" style="margin-top: auto">
<div class="card-footer" >
<a class="card-footer-item has-text-info" href="{{.URL}}">{{.URL}}</a>
</div>
{{end}}