Change pb to mb

This commit is contained in:
Will Faught
2022-12-13 23:15:16 -08:00
parent 40f424cf75
commit f41eec1b2c

View File

@@ -1,6 +1,6 @@
{{ with .Site.Social }}
<section>
<div class="pb-3 text-center">
<div class="mb-3 text-center">
{{ range $k, $v := . }}
<a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 px-2"></i></a>
{{ end }}