This commit is contained in:
Paul Gauthier 2024-02-19 14:49:23 -08:00
parent 9982a5b4e2
commit 08048b4972
3 changed files with 56 additions and 57 deletions

View file

@ -17,8 +17,6 @@
margin-bottom: 2em;
padding: 1em;
border-radius: 4px;
display: flex;
align-items: flex-start;
}
.post-date {
color: #777;
@ -33,6 +31,8 @@
}
.post-content {
display: flex;
align-items: flex-start;
flex: 1;
}