@charset “UTF-8”; /*!

Pixyll

A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff.

Built upon BASSCSS (jxnblk.github.io/basscss).

Crafted with <3 by John Otander (@4lpine) - ©2015 John Otander MIT License opensource.org/licenses/MIT

*/

html, body {

height: auto;
min-height: 100%;

}

img {

max-width: 100%;

}

em img {

max-width: 100%;
margin-left: 0;

}

body {

        box-sizing: border-box;
   -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

}