Cleaned up post list component

This commit is contained in:
Sodbileg Gansukh
2023-08-16 14:48:18 +08:00
parent 06d844910a
commit 6957063474
10 changed files with 74 additions and 145 deletions

View File

@@ -294,6 +294,10 @@ button.gh-form-input {
padding: 0 max(4vmin, 20px);
}
.gh-outer .gh-outer {
padding: 0;
}
.gh-inner {
margin: 0 auto;
max-width: var(--container-width);