mixyll/_sass/_base.scss

35 lines
538 B
SCSS
Raw Normal View History

2020-01-24 11:20:29 +00:00
@charset "UTF-8";
/*!
Pixyll
A simple, beautiful theme for Jekyll that emphasizes content rather than
aesthetic fluff.
Built upon BASSCSS (http://jxnblk.github.io/basscss).
Crafted with <3 by John Otander (@4lpine) - ©2015-2019 John Otander
MIT License http://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;
}