FIX Remove image float

This commit is contained in:
Sacha Judd 2018-01-29 11:23:57 +13:00
parent 7d22660989
commit 4b18922674

View File

@ -210,8 +210,10 @@ h6 .heading-anchor-link {
/*! images */ /*! images */
img { img {
max-width: 100%; max-width: 100%;
padding: 10px; border: 1px solid #ccc;
float: right; padding: 6px;
margin: 10px 0;
border-radius: 3px;
} }
/*! code */ /*! code */