Change pb to mb
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{{ with .Site.Social }}
|
{{ with .Site.Social }}
|
||||||
<section>
|
<section>
|
||||||
<div class="pb-3 text-center">
|
<div class="mb-3 text-center">
|
||||||
{{ range $k, $v := . }}
|
{{ range $k, $v := . }}
|
||||||
<a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 px-2"></i></a>
|
<a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 px-2"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user