Move <h3> for article heading to the inside of the <section> tag

This commit is contained in:
swag 2022-03-18 15:56:44 -04:00
parent 161d591f74
commit 14bc79d89d
2 changed files with 4 additions and 2 deletions

View File

@ -110,8 +110,10 @@ article .message.field {
white-space: pre-wrap;
}
article h3 {
article .message.field.heading {
margin-bottom: 0em;
font-size: 0.95em;
font-family: 'Monaco', monospace;
}
.captcha {

View File

@ -4,8 +4,8 @@
<div class="articles">
<% for my $post (@$view_posts) { =%>
<article>
<h3><%= @$post[0] %></h3>
<section class="message field">
<h3 class="message field heading"><%= @$post[0] %></h3>
<blockquote><p><%= @$post[2] %></p></blockquote>
</section>
<section class="name field">