Skip to content

Commit 48ab133

Browse files
committed
Fixes #18
1 parent cb9bfca commit 48ab133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/influencer-hugo/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="text-lg">{{ .title | markdownify }}</h2>
3232
</div>
3333
</div>
3434
</div>
35-
<div class="row align-items-center">
35+
<div class="row align-items-start">
3636
{{ range .featuredItem }}
3737
<div class="col-lg-4 col-md-6 col-sm-6">
3838
<a class="featured-link" href="{{ .link | safeURL }}" >

0 commit comments

Comments
 (0)