Center images in figures
continuous-integration/drone/push Build is passing Details

This commit is contained in:
~lucidiot 2024-02-25 18:14:57 +01:00
parent 29afe2bfd6
commit f206a9efd8
1 changed files with 6 additions and 1 deletions

View File

@ -55,10 +55,15 @@ th, td {
th {
background-color: #0f498c;
}
figcaption {
figure, figcaption {
text-align: center;
}
figcaption {
font-style: italic;
}
figure pre, figure code {
text-align: left;
}
#meta-header {
background-color: black;