fix main illustration image margin

This commit is contained in:
Julien Calixte
2022-11-19 17:10:02 +01:00
parent 91e98c88e8
commit a98ae24849

View File

@@ -40,6 +40,9 @@ h7 {
} }
img { img {
max-width: 100%; width: 100%;
max-height: 40vh;
display: flex;
margin: auto;
} }
</style> </style>