remove end content margin

This commit is contained in:
Alexander Popov 2022-12-24 02:36:37 +03:00
parent 7fe63ee05c
commit 017beb3f95
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</div> </div>
</section> </section>
<section class="bg-white border rounded shadow-sm p-3 mb-3"> <section class="content bg-white border rounded shadow-sm p-3 mb-3">
{{ .Content }} {{ .Content }}
</section> </section>
</main> </main>

View File

@ -55,6 +55,11 @@ body {
font-family: 'Ubuntu Mono', monospace !important; font-family: 'Ubuntu Mono', monospace !important;
} }
.content p:last-child,
.content ul:last-child {
margin-bottom: 0;
}
img { img {
display: block; display: block;
border-radius: 8px; border-radius: 8px;