Add responsive fix by justus
This commit is contained in:
parent
1c632f6a09
commit
eac3061c0d
1 changed files with 5 additions and 0 deletions
|
@ -61,3 +61,8 @@ blockquote {
|
||||||
content: "Quote";
|
content: "Quote";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue