This commit is contained in:
swagg boi 2023-05-21 02:21:57 -04:00
parent eba1e73c23
commit 8c2c00fbc1
2 changed files with 1 additions and 1 deletions

View file

@ -59,6 +59,7 @@ Run the tests locally (against development environment):
## TODOs
1. CSS
1. `post--remark__date` should be `post--remark__title`
1. Create mod takes null input??
1. Check status for items not found, should be 404 but getting 5xx
1. "All new posts flagged" mode (require approval for new posts)

View file

@ -238,7 +238,6 @@ pre > code {
.post--remark__date {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--teal);
margin: 0;
padding: 0.25em 0.5em 0.25em 0.75em;