style: center non-text article elements

This commit is contained in:
Oliver Booth 2023-08-08 01:26:24 +01:00
parent 5b524337ca
commit 3ec44a59b4
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 16 additions and 0 deletions

View File

@ -131,6 +131,22 @@ nav {
}
}
article {
p > img.img-fluid {
text-align: center;
}
iframe {
text-align: center;
}
div.math {
text-align: center;
font-size: 32px;
margin: 50px 0;
}
}
pre code span.line {
counter-increment: line;