feat(post): solow model

This commit is contained in:
Barrett Ruth 2024-06-26 19:06:40 -05:00
parent 1b4bfff7e6
commit c2e8721fa1
3 changed files with 68 additions and 1 deletions

View file

@ -13,6 +13,14 @@ header {
justify-content: space-between;
}
ul {
list-style: unset;
}
li {
margin: 5px 0;
}
.main {
display: flex;
justify-content: center;