Skip to content

Commit 2e60658

Browse files
committed
Add profile class for proper styling.
1 parent 706654c commit 2e60658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ layout: default
2121
{% endif %}
2222
<div class="clearfix">{{ content }}</div>
2323
</div>
24-
<div class="col-md-3">
24+
<div class="col-md-3 profile">
2525
{% if page.profile.image %}
2626
{% assign profile_image_path = page.profile.image | prepend: 'assets/img/' %}
2727
{% if page.profile.image_circular %}

0 commit comments

Comments
 (0)