Set max width for img to 100% to prevent overflows when an image doesn't fit.
This commit is contained in:
parent
63581bff92
commit
9ab204d0be
@ -80,6 +80,9 @@ h3 {
|
|||||||
h3 { font-size: 1.05rem; }
|
h3 { font-size: 1.05rem; }
|
||||||
|
|
||||||
|
|
||||||
|
img { max-width: 100%; }
|
||||||
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin-bottom: .5rem; }
|
margin-bottom: .5rem; }
|
||||||
|
Loading…
Reference in New Issue
Block a user