Skip to content

Commit

Permalink
fix: add blogpost footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Jan 21, 2022
1 parent 63a273f commit b49aafa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3017,6 +3017,11 @@
text-align: center;
}
body #Blog1 .post-body footer.content-block.content-spacer {
padding: 6px 12px 12px;
box-sizing: border-box;
}
body #Blog1 .post-body footer.content-block > * {
margin-bottom: 0px;
font-size: 1.15em;
Expand Down
5 changes: 5 additions & 0 deletions blog-theme/theme+adsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3015,6 +3015,11 @@
text-align: center;
}
body #Blog1 .post-body footer.content-block.content-spacer {
padding: 6px 12px 12px;
box-sizing: border-box;
}
body #Blog1 .post-body footer.content-block > * {
margin-bottom: 0px;
font-size: 1.15em;
Expand Down
5 changes: 5 additions & 0 deletions blog-theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3010,6 +3010,11 @@
text-align: center;
}
body #Blog1 .post-body footer.content-block.content-spacer {
padding: 6px 12px 12px;
box-sizing: border-box;
}
body #Blog1 .post-body footer.content-block > * {
margin-bottom: 0px;
font-size: 1.15em;
Expand Down

0 comments on commit b49aafa

Please sign in to comment.