Skip to content

Commit

Permalink
Fixes heading alignment of blogs and authours
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo-Breumelhof committed Mar 14, 2024
1 parent 0484e73 commit fdbaf8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion Templates/Blog/CommunityBlog/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,22 @@

.ModBlogC .bbs-listarticle {
overflow: hidden;
padding: 20px 0
padding: 1.2em 0
}

.ModBlogC .bbs-listarticle:first-child {
padding-top:0;
}
/* Unless the PB is visible */

.personabar-visible .ModBlogC .bbs-listarticle:first-child {
padding-top:1.2em;
}

.ModBlogC .bbs-listarticle h2 {

margin-top:0;

}

.ModBlogC .bbs-listarticle h2 a, .ModBlogC .bbs-listarticle h2 a:hover, .ModBlogC .bbs-listarticle h2 a:visited {
Expand Down
2 changes: 1 addition & 1 deletion _src/theme/scss/modules/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
padding-bottom: 1.8em;
}

}
}

0 comments on commit fdbaf8f

Please sign in to comment.