now images can not take more than 100% width
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user