Skip to content

Commit

Permalink
added gap below names
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanbaral committed Dec 1, 2022
1 parent 25efcf6 commit ba5d7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/social.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="mb-0">{{ .Site.Params.profile.name }}</h1>
<h2 class="mb-0">{{ .Site.Params.profile.tagline }}</h2>
<h3 class="mb-0">{{ .Site.Params.profile.location }}</h3>
<h3 class="mb-4">{{ .Site.Params.profile.location }}</h3>
<div class="mb-4 flex flex-wrap justify-center">
{{ range.Site.Params.social.list }}
<div class="mx-2">
Expand Down

0 comments on commit ba5d7ee

Please sign in to comment.