Added home blog article

This commit is contained in:
Julien Dessaux 2022-07-25 00:31:54 +02:00
parent 267940e52d
commit 1077f37c53
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 39 additions and 1 deletions

View file

@ -53,3 +53,7 @@ h1, h2, h3, h4, h5 {
.fullwidth {
width: 100%;
}
img[src*='#center'] {
display: block;
margin: auto;
}