Skip to content

Commit

Permalink
add bottom margin to prevent overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Oct 25, 2023
1 parent 69ec914 commit cc2b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/topic.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{widgets.header.html}}
{{{end}}}
</div>
<div class="row">
<div class="row mb-5">
<div class="topic {{{ if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
<div class="topic-header sticky-top">
<h1 component="post/header" class="" itemprop="name">
Expand Down

0 comments on commit cc2b8f1

Please sign in to comment.