cleaned up formatting

This commit is contained in:
2022-02-25 13:51:35 -06:00
parent 6c3165e9fe
commit 84ca93ef8e
5 changed files with 28 additions and 71 deletions

View File

@@ -126,17 +126,12 @@
/* Feed */
.content-container {
display: inline-flex;
position: relative;
top: 5rem;
flex-direction: row;
}
.feed {
display: inline-flex;
position: relative;
flex-direction: column;
align-items: center;
top: 5rem;
width: 90vw;
}