404 CSS added and modified tots_heading css

This commit is contained in:
Xavi 2023-02-18 23:38:23 -08:00
parent 865d1668cd
commit c9bf98cb2c
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{{ define "main" }}
<h2 class="tots_heading"> 404 </h2>
<p> Sorry :( </p>
{{ end }}

View File

@ -136,6 +136,7 @@ img.resize{
/* tots.html */
.tots_heading {
margin-bottom: 30px;
padding-left: 0px;
}
.entry_heading{