rename "#content" to ".container"
continuous-integration/drone/push Build is passing Details

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> <body>
{{- partial "header.html" . -}} {{- partial "header.html" . -}}
<div id="content"> <div class="container">
{{- block "main" . }}{{- end }} {{- block "main" . }}{{- end }}
</div> </div>

View File

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