remove end content margin
This commit is contained in:
parent
7fe63ee05c
commit
017beb3f95
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</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 }}
|
||||
</section>
|
||||
</main>
|
||||
|
@ -55,6 +55,11 @@ body {
|
||||
font-family: 'Ubuntu Mono', monospace !important;
|
||||
}
|
||||
|
||||
.content p:last-child,
|
||||
.content ul:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
border-radius: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user