rename "#content" to ".container"

This commit is contained in:
Aadil Ayub 2022-04-13 11:36:03 +05:00
parent 29faab218f
commit a77fb1a69d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<body>
{{- partial "header.html" . -}}
<div id="content">
<div class="container">
{{- block "main" . }}{{- end }}
</div>

View File

@ -62,7 +62,7 @@ body {
box-sizing: border-box;
}
#content {
.container {
margin: 2em auto;
max-width: 80%;
margin-bottom: 0;