add a tc class to remove some style="text-align: center"s

This commit is contained in:
fzorb 2025-05-17 07:46:16 +03:00
parent 9486195d42
commit adc2624fab
3 changed files with 7 additions and 3 deletions

View file

@ -67,4 +67,8 @@ a {
img {
border-radius: 4px;
width: 100%;
}
}
.tc {
text-align: center;
}