lib/bhook/theme/page.erb in bhook-0.2.2 vs lib/bhook/theme/page.erb in bhook-0.3.0

- old
+ new

@@ -49,14 +49,31 @@ div.after-h1 { border-bottom: 1px solid #bbbbbb; margin-bottom: 1.5em; } + div.youtube-video { + margin: 1em 0 1em 0; + width: 100%; + justify-content: center; + display: flex; + } + + div.content { + } + div.footer { - margin: 0.5em 0 1.5em 0; + margin: 0.5em 0 0.5em 0; } + div.bhook-cta a { + font-size: x-small; + text-decoration: none; + margin-bottom: 1.5em; + color: #bbbbbb; + } + table { margin: 0.5em 0 1em 0.5em; } table thead tr { @@ -100,9 +117,12 @@ <% elsif short_sha -%> v. <%= short_sha -%>, <% end -%> <%= src_file_date -%> © <a href="https://sidu.in">Sidu Ponnappa</a> </div> + </div> + <div class="bhook-cta d-flex justify-content-center"> + <a href="https://gitlab.com/kaiwren/bhook" target="_blank">powered by bhook</a> </div> </div> </body> </html>