TootPreviewCard: fix margin-block of the title

This commit is contained in:
thislight 2024-10-30 17:25:06 +08:00
parent 2a47403c7b
commit c20cf45e8e
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -13,3 +13,7 @@
.custom-emoji {
width: 1em;
}
h1 {
margin: 0;
}