remove end content margin
This commit is contained in:
parent
7fe63ee05c
commit
017beb3f95
@ -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>
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user