snap images to max-width 100%

This commit is contained in:
Leah Rowe 2021-09-05 05:25:29 +01:00
parent 421d92fd24
commit ab68360878
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ code,pre,#TOC,a:hover{background:#eee}
text-align:center text-align:center
} }
.title>*{display:block} .title>*{display:block}
img{max-width:100%}
</style> </style>
$if(quotes)$ $if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style> <style type="text/css">q { quotes: "“" "”" "" ""; }</style>