This commit is contained in:
Tim Wijma
2022-11-03 14:37:31 +01:00
parent a6e3a12761
commit 71fea5aef9
3 changed files with 10 additions and 3 deletions

View File

@@ -109,12 +109,17 @@ body {
.tweet-content {
padding-left: 16px;
width: 100%;
}
.tweet-name {
display: flex;
gap: 1.5%;
justify-content: space-between;
}
.tweet-date {
align-self: flex-end;
}
.tweet-interactions {