|
@@ -1,7 +1,7 @@
|
|
// in Hugo, Page kind can be either "section" or "page".
|
|
// in Hugo, Page kind can be either "section" or "page".
|
|
// if it is section, then it's a page with a list of items, for example /posts
|
|
// if it is section, then it's a page with a list of items, for example /posts
|
|
// if it is page, then it is a single page.
|
|
// if it is page, then it is a single page.
|
|
-body.kind-section, body.kind-term {
|
|
|
|
|
|
+body.kind-section, body.kind-term, body.kind-page{
|
|
.wrapper {
|
|
.wrapper {
|
|
display: flex;
|
|
display: flex;
|
|
padding: 0;
|
|
padding: 0;
|