Refactored toot code

This commit is contained in:
Brandon Rozek 2022-06-02 20:20:32 -04:00
parent 80bae4b2a9
commit adb903dc60
7 changed files with 94 additions and 236 deletions

View file

@ -267,6 +267,10 @@ main {
min-height: calc(100vh - 250px);
}
article {
padding-bottom: 20px;
}
main .e-content {
text-align: left;
}