File: D:/HostingSpaces/Velosophe/carparkcannonball.cc/wwwroot/source/styles/objects/_objects.images.scss
/*----------------------------------------------------------------------------*\
#OBJECTS IMAGES
\*----------------------------------------------------------------------------*/
/**
* Non-fluid images explicitly.
*/
// .o-image { max-width: none; }
/**
* Rounded images.
*/
// .o-image--round {
// border-radius: .5em;
// }
/**
* Image placement variations.
*/
// .o-image--right {
// margin-bottom: rhythm(.5);
// margin-left: rhythm(.5);
// float: right;
// }
// .o-image--left {
// margin-right: rhythm(.5);
// margin-bottom: rhythm(.5);
// float: left;
// }
// .o-image--center {
// display: block;
// margin-right: auto;
// margin-bottom: rhythm(.5);
// margin-left: auto;
// }