now images can not take more than 100% width

This commit is contained in:
Julien Calixte
2022-11-19 17:00:55 +01:00
parent 80c39a2c81
commit 7117a67d66

View File

@@ -16,7 +16,6 @@ const { frontmatter } = usePage()
<style lang="scss">
#main-illustration {
max-width: 100%;
object-fit: contain;
}
@@ -39,4 +38,8 @@ h7 {
margin-top: 1rem;
margin-bottom: 0.5rem;
}
img {
max-width: 100%;
}
</style>