Add margin-bottom to content divs
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
{{ if templates.Exists "partials/head.html" }}
|
{{ if templates.Exists "partials/head.html" }}
|
||||||
{{ partial "head" . }}
|
{{ partial "head" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<style>
|
||||||
|
#content div {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="d-flex flex-column">
|
<body class="d-flex flex-column">
|
||||||
<div class="container flex-fill">
|
<div class="container flex-fill">
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<div class="justify-content-center row">
|
<div class="justify-content-center row">
|
||||||
<div class="col col-auto">
|
<div class="col col-auto" id="content">
|
||||||
<div style="max-width:66ch">
|
<div style="max-width:66ch">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user