Skip to content

Commit 6221466

Browse files
committed
Move the clearfix to expand the box when not enough text is available.
1 parent dd0cfa1 commit 6221466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/presentations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ permalink: /presentations/
2222
{% endif %}
2323

2424
<span id="{{presi.id}}">&nbsp;</span>
25-
<div class="col-sm-12 clearfix">
26-
<div class="well text-justify">
25+
<div class="col-sm-12">
26+
<div class="well text-justify clearfix">
2727
<pubtit>
2828
<a style="text-decoration:none;" href="#{{presi.id}}"> {{ presi.title }},
2929
{{ presi.location | markdownify | remove: '<p>' | remove: '</p>' | strip_newlines }},

0 commit comments

Comments
 (0)