adjust CSS to make tags display properly.

This commit is contained in:
abbie 2024-08-01 11:29:16 +01:00
parent 0a2925c5f5
commit ca36718a8f
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -1,3 +1,7 @@
right { right {
text-align: right; text-align: right;
} }
tag {
display: inline-block;
}