FIX Remove image float

This commit is contained in:
Sacha Judd 2018-01-29 11:23:57 +13:00
parent 7d22660989
commit 4b18922674
1 changed files with 4 additions and 2 deletions

View File

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