This commit is contained in:
2023-05-22 10:16:27 +03:00
parent 91d64dc4ef
commit 4b3acb3943
4 changed files with 10 additions and 6 deletions

View File

@@ -45,6 +45,10 @@ a {
background-color: rgba(255, 255, 255, 0.75);
}
.article h2{
font-size: 1.5rem;
}
/* Custom css allowing image styling in markdown */
img[src*="#mx-auto"] {
margin: auto;