allow pages to specify different templates

This commit is contained in:
2021-04-30 19:32:06 -05:00
parent f4beb15a3b
commit e8377adcf5
5 changed files with 62 additions and 1 deletions

View File

@@ -19,6 +19,14 @@ body {
margin-right: auto;
}
.site-wrap-wide {
max-width: 95pc;
min-height: 100vh;
margin: 0;
margin-left: auto;
margin-right: auto;
}
h1 {
font-size: 2em;
}