Merge branch 'main' into main

This commit is contained in:
Emruz Hossain 2023-07-29 21:19:22 +06:00 committed by GitHub
commit acc4dd64d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
// 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 page, then it is a single page.
body.kind-section, body.kind-term {
body.kind-section, body.kind-term, body.kind-page{
.wrapper {
display: flex;
padding: 0;