HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Velosophe/carparkcannonball.cc/wwwroot/source/styles/objects/_objects.media.scss
/*----------------------------------------------------------------------------*\
    #OBJECTS MEDIA OBJECT
\*----------------------------------------------------------------------------*/

/**
 * Place any image- and text-like content side-by-side, as per:
 * http://j.mp/1iqV00F
 */

.o-media {
    @include clearfix();
    display: block;
}

.o-media__image {
    margin-right: rhythm(1);
    float: left;

    > img { display: block; }
}

.o-media__body {
    overflow: hidden;

    &,
    > :last-child { margin-bottom: 0; }
}


/* Reversed image location (right instead of left). */

// .o-media--reverse {

//     > .o-media__image {
//         margin-left: rhythm(1);
//         float: right;
//     }
// }