emails: add class to center images (#82016)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-10-05 10:08:02 +02:00
parent 1549902f5a
commit 04d38899df
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@
background: #555555 !important;
border-color: #555555 !important;
}
img.align-center {
margin: 0 auto;
display: block;
}
</style>
</head>