Fix image width for Ladybird and Safari
This commit is contained in:
parent
6df6b5f103
commit
9828661511
1 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const prerender = true;
|
|||
</slot>
|
||||
</Default>
|
||||
|
||||
<style>
|
||||
<style lang="scss" is:global>
|
||||
.blog-post {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
@ -79,5 +79,10 @@ export const prerender = true;
|
|||
margin: auto;
|
||||
margin-top: 48px;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue