2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-02-03 13:34:15 +01:00

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

View file

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