Handles images better
This commit is contained in:
parent
5f651736ee
commit
84268df649
1 changed files with 7 additions and 0 deletions
|
@ -91,6 +91,13 @@ a {
|
|||
speak: none;
|
||||
}
|
||||
|
||||
.interior-content p > img {
|
||||
max-height: 300px;
|
||||
max-width: calc(100% + 40px);
|
||||
position: relative;
|
||||
left: -20px;
|
||||
}
|
||||
|
||||
.interior-content pre code {
|
||||
font-size: 13pt;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Reference in a new issue